Group.GroupType Propiedad
Gets or sets the type of the security group.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property GroupType As GroupType
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.GroupType
The type of the security group.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts