WorkspaceInfo.OwnerDisplayName Property

The display name of the workspace owner.

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

Syntax

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

Property Value

Type: System.String
The display name of the owner.

.NET Framework Security

See Also

Reference

WorkspaceInfo Class

Microsoft.TeamFoundation.VersionControl.Client Namespace