MetadataAttribute.IsSystem 属性

定义

指定 特性是否为系统属性。

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

属性值

如果属性为系统属性,则为 true;否则为 false

属性

适用于