ResponseMessageType Members
Include Protected Members
Include Inherited Members
The ResponseMessageType class provides descriptive information about the response status for a single entity in a request.
The ResponseMessageType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResponseMessageType | The ResponseMessageType constructor initializes a new instance of the ResponseMessageType class. |
Top
Properties
Name | Description | |
---|---|---|
DescriptiveLinkKey | The DescriptiveLinkKey property is currently unused and is reserved for future use. | |
DescriptiveLinkKeySpecified | The DescriptiveLinkKeySpecified property is currently unused and is reserved for future use. | |
MessageText | The MessageText property gets a text description of the status of a response. | |
MessageXml | The MessageXml property gets additional error response information. | |
ResponseClass | The ResponseClass property gets the response status. | |
ResponseCode | The ResponseCode property gets the error code that identifies the specific error that the request encountered. | |
ResponseCodeSpecified | The ResponseCodeSpecified property gets a Boolean value that specifies whether the ResponseCode property is serialized into the SOAP response. |
Top