GroupType 枚举

Contains values that specify the type (source) of a security group.

命名空间:  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 The group type is unspecified.
InternalGroup An internal group.
ActiveDirectoryGroup An Active Directory group.
LocalGroup A local Windows group.
OtherGroup A group other than a Windows group.