CodeChange.Changesets Property
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Changesets As List(Of Integer)
public List<int> Changesets { get; }
public:
property List<int>^ Changesets {
List<int>^ get ();
}
member Changesets : List<int> with get
function get Changesets () : List<int>
Property Value
Type: System.Collections.Generic.List<Int32>
Returns List<T>.
.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.