言語

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

属性

適用対象