Group.GroupType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le type du groupe de sécurité.
public:
property Microsoft::MasterDataServices::GroupType GroupType { Microsoft::MasterDataServices::GroupType get(); void set(Microsoft::MasterDataServices::GroupType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.GroupType GroupType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.GroupType : Microsoft.MasterDataServices.GroupType with get, set
Public Property GroupType As GroupType
Valeur de propriété
Nouvelle instance de type GroupType. Les valeurs possibles sont ActiveDirectoryGroup, InternalGroup, LocalGroup, None ou OtherGroup.
- Attributs