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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.