VersionControlBranchVisualizerBranch.MergeChangesetIds Property
Get the changeset Ids of merges
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Property MergeChangesetIds As Integer()
public int[] MergeChangesetIds { get; internal set; }
public:
property array<int>^ MergeChangesetIds {
array<int>^ get ();
internal: void set (array<int>^ value);
}
member MergeChangesetIds : int[] with get, internal set
function get MergeChangesetIds () : int[]
internal function set MergeChangesetIds (value : int[])
Property Value
Type: array<System.Int32[]
Returns Int32.
.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.
See Also
Reference
VersionControlBranchVisualizerBranch Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace