Właściwość Group.GroupType
Pobiera lub ustawia typ grupy Grupa zabezpieczeń (grupy AD lub grupy lokalnej).
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.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.Services.DataContracts.GroupType
GroupType.
Zobacz także