다음을 통해 공유


GroupPrincipal.GroupScope 속성

정의

이 그룹 보안 주체의 범위를 지정하는 Nullable 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)

속성 값

이 그룹의 범위를 지정하는 nullable GroupScope 열거형 값이거나, 범위를 설정하지 않은 경우 null입니다.

예외

애플리케이션에서 이 속성을 null로 설정하지 않는 경우

적용 대상