ChangesetSummary.CommitterDisplayName Property

Gets or sets the display name of the committer.

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

Syntax

'Declaration
Public Property CommitterDisplayName As String
public string CommitterDisplayName { get; set; }
public:
property String^ CommitterDisplayName {
    String^ get ();
    void set (String^ value);
}
member CommitterDisplayName : string with get, set
function get CommitterDisplayName () : String 
function set CommitterDisplayName (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

ChangesetSummary Class

Microsoft.TeamFoundation.VersionControl.Client Namespace