次の方法で共有


MessageType.IsResponseRequestedSpecified プロパティ

定義

プロパティは IsResponseRequestedSpecified 、プロパティを Simple Object Access Protocol (SOAP) 要求にシリアル化するかどうかを IsResponseRequested 指定するブール値を取得または設定します。 プロパティが指定されている場合は、 IsResponseRequested このプロパティが必要です。 これは、読み取り/書き込みプロパティです。

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

プロパティ値

プロパティが IsResponseRequestedSpecified SOAP 要求にシリアル化されている場合IsResponseRequested、プロパティは true を返します。それ以外の場合、プロパティは false を返します

適用対象