Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the type of the security group.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property GroupType As GroupType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.GroupType
A new instance of type GroupType. Possible values are ActiveDirectoryGroup, InternalGroup, LocalGroup, None, or OtherGroup.