MessageType.IsReadSpecified プロパティ

定義

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

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

プロパティ値

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

適用対象