ResponseMessageType.ResponseCodeSpecified Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.