GroupType 属性

Gets or sets the type of the security group.

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

语法

声明
<DataMemberAttribute> _
Public Property GroupType As GroupType
    Get
    Set
用法
Dim instance As Group
Dim value As GroupType

value = instance.GroupType

instance.GroupType = value
[DataMemberAttribute]
public GroupType GroupType { get; set; }
[DataMemberAttribute]
public:
property GroupType GroupType {
    GroupType get ();
    void set (GroupType value);
}
[<DataMemberAttribute>]
member GroupType : GroupType with get, set
function get GroupType () : GroupType
function set GroupType (value : GroupType)

属性值

类型:Microsoft.MasterDataServices. . :: . .GroupType
A new instance of type GroupType. Possible values are ActiveDirectoryGroup, InternalGroup, LocalGroup, None, or OtherGroup.