CloneOperationInformation.Message Property

If the operation has Failed, Message contains the reason for failure.

Null otherwise.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Property Message As String
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
member Message : string with get, set
function get Message () : String 
function set Message (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

CloneOperationInformation Class

Microsoft.TeamFoundation.TestManagement.Client Namespace