TfsGitCommitMetadata.Changes Property
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Property Changes As List(Of TfsGitCommitChange)
public List<TfsGitCommitChange> Changes { get; set; }
public:
property List<TfsGitCommitChange^>^ Changes {
List<TfsGitCommitChange^>^ get ();
void set (List<TfsGitCommitChange^>^ value);
}
member Changes : List<TfsGitCommitChange> with get, set
function get Changes () : List<TfsGitCommitChange>
function set Changes (value : List<TfsGitCommitChange>)
Property Value
Type: System.Collections.Generic.List<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.