Workspace.OwnerDisplayName Property

The owner's display name

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 owner's display name

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace