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 に設定できません。

適用対象