AttributeGroup.IsSystem プロパティ

定義

属性グループがシステムグループであるかどうかを示す値を取得または設定します。

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

属性

適用対象