ResponseMessageType.MessageText 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 MessageText property gets a text description of the status of a response.
public:
property System::String ^ MessageText { System::String ^ get(); void set(System::String ^ value); };
public string MessageText { get; set; }
Public Property MessageText As String
Property Value
The MessageText property returns a string that includes a text description of the response status.
Remarks
The MessageText property is not required and is not included in all responses. This property is included when error messages are returned.