Share via


TfsGitCommitMetadata.Commit Property

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

Syntax

'Declaration
Public ReadOnly Property Commit As TfsGitCommit
public TfsGitCommit Commit { get; }
public:
property TfsGitCommit^ Commit {
    TfsGitCommit^ get ();
}
member Commit : TfsGitCommit with get
function get Commit () : TfsGitCommit

Property Value

Type: Microsoft.TeamFoundation.Git.Server.TfsGitCommit

.NET Framework Security

See Also

Reference

TfsGitCommitMetadata Class

Microsoft.TeamFoundation.Git.Server Namespace