Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of Change objects that make up this changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Changes As Change()
public Change[] Changes { get; set; }
public:
property array<Change^>^ Changes {
array<Change^>^ get ();
void set (array<Change^>^ value);
}
member Changes : Change[] with get, set
function get Changes () : Change[]
function set Changes (value : Change[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.Change[]
An array of Change objects that make up this changeset.
.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.