GroupPrincipal.GroupScope プロパティ

定義

このグループ プリンシパルのスコープを指定する Null 許容 GroupScope 列挙体を取得または設定します。

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)

プロパティ値

このグループのスコープを指定する null 許容 GroupScope 列挙値。スコープが設定されていない場合は null。

例外

アプリケーションでは、このプロパティを null に設定することはできません。

適用対象