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 です。

属性

適用対象