GroupType Enumeration

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "GroupType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration GroupType
'Usage
Dim instance As GroupType
[DataContractAttribute(Name = "GroupType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum GroupType
[DataContractAttribute(Name = L"GroupType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class GroupType
[<DataContractAttribute(Name = "GroupType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type GroupType
public enum GroupType

Members

Member name Description
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.

See Also

Reference

Microsoft.MasterDataServices Namespace