GroupType 列挙体
セキュリティ グループ (ソース) の種類を指定する値を格納します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataContractAttribute(Name := "GroupType", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")> _
Public Enumeration GroupType
'使用
Dim instance As GroupType
[DataContractAttribute(Name = "GroupType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum GroupType
[DataContractAttribute(Name = L"GroupType", Namespace = L"http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum class GroupType
[<DataContractAttribute(Name = "GroupType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")>]
type GroupType
public enum GroupType
メンバー
メンバー名 | 説明 | |
---|---|---|
None | グループの種類は指定されていません。 | |
InternalGroup | 内部グループ。 | |
ActiveDirectoryGroup | Active Directory グループ。 | |
LocalGroup | Windows のローカル グループ。 | |
OtherGroup | Windows グループ以外のグループ。 |