GroupType 枚举

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
Public Enumeration GroupType
用法
Dim instance As GroupType
public enum GroupType
public enum class GroupType
type GroupType
public enum GroupType

成员

成员名称 说明
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.