次の方法で共有


SuggestionsViewOptionsType.GoodThresholdSpecified プロパティ

定義

プロパティは GoodThresholdSpecified 、プロパティが SOAP メッセージにシリアル化されたかどうかを GoodThreshold 指定するブール値を取得または設定します。 プロパティが指定されている場合は、このプロパティを GoodThreshold 指定する必要があります。

public:
 property bool GoodThresholdSpecified { bool get(); void set(bool value); };
public bool GoodThresholdSpecified { get; set; }
Public Property GoodThresholdSpecified As Boolean

プロパティ値

プロパティが GoodThresholdSpecified SOAP メッセージにシリアル化されている場合GoodThreshold、プロパティは true を返します。それ以外の場合、プロパティは false を返します

適用対象