Partager via


Propriété GroupType

Gets or sets the type of the security group.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property GroupType As GroupType
    Get
    Set
'Utilisation
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)

Valeur de propriété

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