Changeset.Changes Property
Gets or sets changes in a changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Changes As Change()
'Usage
Dim instance As Changeset
Dim value As Change()
value = instance.Changes
instance.Changes = value
public Change[] Changes { get; set; }
public:
property array<Change^>^ Changes {
array<Change^>^ get ();
void set (array<Change^>^ value);
}
public function get Changes () : Change[]
public function set Changes (value : Change[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.Change[]
A Change instance that contains the changes in the 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.