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

属性

适用于