ChangesetSummary.Committer Property

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ChangesetSummary Class

Microsoft.TeamFoundation.VersionControl.Server Namespace