Share via


TfsGitCommitHistoryEntry.Change Property

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

Syntax

'Declaration
Public Property Change As TfsGitCommitChange
public TfsGitCommitChange Change { get; internal set; }
public:
property TfsGitCommitChange^ Change {
    TfsGitCommitChange^ get ();
    internal: void set (TfsGitCommitChange^ value);
}
member Change : TfsGitCommitChange with get, internal set
function get Change () : TfsGitCommitChange 
internal function set Change (value : TfsGitCommitChange)

Property Value

Type: Microsoft.TeamFoundation.Git.Server.TfsGitCommitChange

.NET Framework Security

See Also

Reference

TfsGitCommitHistoryEntry Class

Microsoft.TeamFoundation.Git.Server Namespace