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
- 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.