Wyliczenie GroupType
Zawiera wartości określające typ (źródło), grupy zabezpieczeń.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataContractAttribute(Name := "GroupType", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")> _
Public Enumeration GroupType
'Użycie
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
Elementy członkowskie
| Nazwa elementu członkowskiego | Opis | |
|---|---|---|
| None | Typ grupy jest nieokreślony. | |
| InternalGroup | Wewnętrzne grupy. | |
| ActiveDirectoryGroup | Grupa usługi Active Directory. | |
| LocalGroup | Lokalne grupy systemu Windows. | |
| OtherGroup | Grupa inne niż grupy systemu Windows. |