AttributeMetadata.IsCustomAttribute Property

Definition

Gets whether the attribute is a custom attribute.

public:
 property Nullable<bool> IsCustomAttribute { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsCustomAttribute { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsCustomAttribute : Nullable<bool>
Public ReadOnly Property IsCustomAttribute As Nullable(Of Boolean)

Property Value

true if the attribute is a custom attribute; otherwise, false.

Attributes

Applies to