Group.GroupType Propiedad

Definición

Obtiene o establece el tipo del grupo de seguridad.

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

Valor de propiedad

Una nueva instancia del tipo GroupType. Los valores posibles son ActiveDirectoryGroup, InternalGroup, LocalGroup, No u OtherGroup.

Atributos

Se aplica a