GroupType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values that specify the type (source) of a security group.
public enum class GroupType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="GroupType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum GroupType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="GroupType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type GroupType =
Public Enum GroupType
- Inheritance
-
GroupType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The group type is unspecified. |
InternalGroup | 1 | An internal group. |
ActiveDirectoryGroup | 2 | An Active Directory group. |
LocalGroup | 3 | A local Windows group. |
OtherGroup | 99 | A group other than a Windows group. |