Group.GroupType プロパティ

定義

セキュリティグループのタイプを取得するか設定します。

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

プロパティ値

新しいタイプ GroupTypeのインスタンスです。 可能な値はActiveDirectoryGroup、InternalGroup、LocalGroup、None、またはOtherGroupです。

属性

適用対象