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 序列化基础结构内部使用的派生类使用。

适用于