Compartir a través de


GroupPrincipal.GroupScope Propiedad

Definición

Obtiene o establece una enumeración GroupScope que acepta valores Null y especifica el ámbito de esta entidad de seguridad de grupo.

public:
 property Nullable<System::DirectoryServices::AccountManagement::GroupScope> GroupScope { Nullable<System::DirectoryServices::AccountManagement::GroupScope> get(); void set(Nullable<System::DirectoryServices::AccountManagement::GroupScope> value); };
public System.DirectoryServices.AccountManagement.GroupScope? GroupScope { get; set; }
member this.GroupScope : Nullable<System.DirectoryServices.AccountManagement.GroupScope> with get, set
Public Property GroupScope As Nullable(Of GroupScope)

Valor de propiedad

Valor de enumeración GroupScope que acepta valores null y especifica el ámbito de este grupo o null si no se ha establecido ningún ámbito.

Excepciones

Puede que la aplicación no establezca esta propiedad en null.

Se aplica a