다음을 통해 공유


DirectorySearcher.PropertyNamesOnly 속성

정의

값이 할당된 특성의 이름만 검색할 것인지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

값이 할당된 특성의 이름만 검색하려면 true이고, 모든 요청된 특성의 이름과 값을 검색하려면 false입니다. 기본값은 false입니다.

특성

적용 대상