XmlSerializationReader.IsReturnValue 属性

定义

获取或设置一个值,该值应 true 用于 SOAP 1.1 返回值。

此 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

属性值

如果值为返回值,则为

注解

XmlSerializationReader的受保护成员仅供在 .NET Framework XML 序列化基础结构内部使用的派生类使用。

适用于