MetadataAttribute.IsSystem Eigenschaft

Definition

Gibt an, ob es sich bei dem Attribut um ein Systemattribute handelt.

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

Eigenschaftswert

Ist true, wenn das Attribut ein Systemattribut ist, und andernfalls false.

Attribute

Gilt für: