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