MetadataAttribute.IsSystem Property

Definition

Gets or sets a value that indicates whether the attribute is a system attribute.

public:
 property bool IsSystem { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsSystem { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsSystem : bool with get, set
Public Property IsSystem As Boolean

Property Value

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

Attributes

Applies to