Warning.Workspace Property

Gets the workspace where the warning occurred.

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

Syntax

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

Property Value

Type: System.String
The workspace where the warning occurred.

.NET Framework Security

See Also

Reference

Warning Class

Microsoft.TeamFoundation.VersionControl.Client Namespace