ResponseMessageType.ResponseCodeSpecified Property

Definition

The ResponseCodeSpecified property gets a Boolean value that specifies whether the ResponseCode property is serialized into the SOAP response.

public:
 property bool ResponseCodeSpecified { bool get(); void set(bool value); };
public bool ResponseCodeSpecified { get; set; }
Public Property ResponseCodeSpecified As Boolean

Property Value

The ResponseCodeSpecified property returns a value of true if the ResponseCode property is serialized into the SOAP response; otherwise, the property returns false.

Applies to