Failure.WorkspaceOwner Property

Gets the workspace owner that is associated with the failure.

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

Syntax

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

Property Value

Type: System.String
The workspace owner that is associated with the failure.

.NET Framework Security

See Also

Reference

Failure Class

Microsoft.TeamFoundation.VersionControl.Client Namespace