共用方式為


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.