AttributeGroup.IsSystem 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,表示該屬性群組是否為系統群組。
public:
property bool IsSystem { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsSystem { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.IsSystem : bool with get, set
Public Property IsSystem As Boolean
屬性值
true如果屬性群組是系統群組;否則,。 false
- 屬性