SearchRequest.TypesOnly 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
,则搜索返回特性名称和值。
适用于