Share via


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 の場合、検索で属性名と属性値の両方が返されます。

適用対象