AttributeMetadata.IsCustomAttribute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Type: Nullable<Boolean>true if the attribute is a custom attribute; otherwise, false.
- Attributes