WorkspaceException.WorkspaceOwner Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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
Returns String.

.NET Framework Security

See Also

Reference

WorkspaceException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace