ResponseMessageType.ResponseCodeSpecified 属性

定义

属性 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

适用于