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
public string Message { get; set; }
public:
property String^ Message {
String^ get();
void set(String^ value);
}
member Message : string with get, set
Public Property Message As String
Property Value
Type: System.String
Returns String.
See Also
CloneOperationInformation Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top