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