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されている場合、検索は属性名と値の両方を返します。

適用対象