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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.