PendingSet.OwnerDisplayName Property

This is the display name of the owner of the pending changes and the containing workspace

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 of the pending changes and the containing workspace.

.NET Framework Security

See Also

Reference

PendingSet Class

Microsoft.TeamFoundation.VersionControl.Client Namespace