Workspace.DisambiguatedDisplayName Property

This is the formatted display name of the workspace containing both the display and unique owner names.

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

Syntax

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

Property Value

Type: System.String
The formatted display name of the workspace containing both the display and unique owner names.

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace