Partager via


Propriété Group.GroupType

Gets or sets the type of the security group.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.GroupType
The type of the security group.

Voir aussi

Référence

Group Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts