SetWorkspaceLocationProgressEventArgs.StatusMessage Property

Gets the message of the progress status.

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

Syntax

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

Property Value

Type: System.String
The message of the progress status.

.NET Framework Security

See Also

Reference

SetWorkspaceLocationProgressEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace