ResponseMessageType.ResponseCodeSpecified 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性 ResponseCodeSpecified 获取一个布尔值,该值指定属性是否 ResponseCode 序列化为 SOAP 响应。
public:
property bool ResponseCodeSpecified { bool get(); void set(bool value); };
public bool ResponseCodeSpecified { get; set; }
Public Property ResponseCodeSpecified As Boolean
属性值
如果ResponseCode属性序列化为 SOAP 响应,则ResponseCodeSpecified属性返回值为 true;否则,该属性返回 false。