CommandResult.Message Property

Gets the message that contains the reason that the command was not successfully completed.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public ReadOnly Property Message As String
    Get
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Property Value

Type: System.String
The reason that the command was not successfully completed.

.NET Framework Security

See Also

Reference

CommandResult Class

Microsoft.VisualStudio.TestTools.Vsip Namespace