GroupType-Enumeration
Contains values that specify the type (source) of a security group.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Enumeration GroupType
'Usage
Dim instance As GroupType
public enum GroupType
public enum class GroupType
type GroupType
public enum GroupType
Elemente
Elementname | Beschreibung | |
---|---|---|
None | The group type is unspecified. | |
InternalGroup | A Windows internal group. | |
ActiveDirectoryGroup | A Windows Active Directory Group. | |
LocalGroup | A local Windows Group. | |
OtherGroup | A group other than a Windows group. |