Share via


GitBranchStats.Commit Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Commit As GitCommitRef
[DataMemberAttribute]
public GitCommitRef Commit { get; set; }
[DataMemberAttribute]
public:
property GitCommitRef^ Commit {
    GitCommitRef^ get ();
    void set (GitCommitRef^ value);
}
[<DataMemberAttribute>]
member Commit : GitCommitRef with get, set
function get Commit () : GitCommitRef 
function set Commit (value : GitCommitRef)

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef

.NET Framework Security

See Also

Reference

GitBranchStats Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace