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,搜索将同时返回属性名称和值。

适用于