BuiltInMethodAttribute Class

Indicates that a method is a built-in report framework method.

Namespace:  Microsoft.Dynamics.Framework.Reports
Assembly:  Microsoft.Dynamics.Framework.Reports (in Microsoft.Dynamics.Framework.Reports.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False, Inherited := False)> _
Public NotInheritable Class BuiltInMethodAttribute _
    Inherits Attribute
'Usage
Dim instance As BuiltInMethodAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class BuiltInMethodAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false, Inherited = false)]
public ref class BuiltInMethodAttribute sealed : public Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Dynamics.Framework.Reports.BuiltInMethodAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Framework.Reports Namespace