XmlSerializationReader.IsReturnValue 屬性

定義

取得或設定值,此值對於 SOAP 1.1 傳回值應該是 true

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

protected:
 property bool IsReturnValue { bool get(); void set(bool value); };
protected bool IsReturnValue { get; set; }
member this.IsReturnValue : bool with get, set
Protected Property IsReturnValue As Boolean

屬性值

如果此值是傳回值,則為 true

備註

的受保護成員 XmlSerializationReader 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。

適用於