DirectorySynchronization.Option 속성

정의

디렉터리 동기화 검색에 사용할 옵션을 가져오거나 설정합니다.

public:
 property System::DirectoryServices::DirectorySynchronizationOptions Option { System::DirectoryServices::DirectorySynchronizationOptions get(); void set(System::DirectoryServices::DirectorySynchronizationOptions value); };
public System.DirectoryServices.DirectorySynchronizationOptions Option { get; set; }
[System.DirectoryServices.DSDescription("DSDirectorySynchronizationFlag")]
public System.DirectoryServices.DirectorySynchronizationOptions Option { get; set; }
member this.Option : System.DirectoryServices.DirectorySynchronizationOptions with get, set
[<System.DirectoryServices.DSDescription("DSDirectorySynchronizationFlag")>]
member this.Option : System.DirectoryServices.DirectorySynchronizationOptions with get, set
Public Property Option As DirectorySynchronizationOptions

속성 값

DirectorySynchronizationOptions 개체입니다.

특성

예외

값이 DirectorySynchronizationOptions 값 중 하나가 아닌 경우

설명

이 속성과 함께 사용할 수 있는 옵션은 열거형에서 DirectorySynchronizationOptions 찾을 수 있습니다.

적용 대상