MessageBodyDescription.ReturnValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置包含返回值的 SOAP 消息部分。
public:
property System::ServiceModel::Description::MessagePartDescription ^ ReturnValue { System::ServiceModel::Description::MessagePartDescription ^ get(); void set(System::ServiceModel::Description::MessagePartDescription ^ value); };
public System.ServiceModel.Description.MessagePartDescription ReturnValue { get; set; }
member this.ReturnValue : System.ServiceModel.Description.MessagePartDescription with get, set
Public Property ReturnValue As MessagePartDescription
属性值
返回值(如果有)。