Enumerazione GroupType
Contains values that specify the type (source) of a security group.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "GroupType", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")> _
Public Enumeration GroupType
'Utilizzo
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
Membri
Nome membro | Descrizione | |
---|---|---|
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. |