Właściwość Group.GroupType
Pobiera lub ustawia typ grupy zabezpieczeń.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property GroupType As GroupType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.GroupType
Nowe wystąpienie typu GroupType.Możliwe wartości to ActiveDirectoryGroup, InternalGroup, brak, grupy lokalnej lub OtherGroup.