SearchRequest.TypesOnly 属性

定义

TypesOnly 属性指定搜索是否只返回特性名称,而不返回特性值。

public:
 property bool TypesOnly { bool get(); void set(bool value); };
public bool TypesOnly { get; set; }
member this.TypesOnly : bool with get, set
Public Property TypesOnly As Boolean

属性值

如果此属性为 true,则搜索只返回特性名称。 如果此属性为 false,则搜索返回特性名称和值。

适用于