Test.AssociationIndexes Property

Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)

Syntax

声明
Public ReadOnly Property AssociationIndexes As List(Of Integer)
    Get
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

See Also

Reference

Test Class

Microsoft.TeamFoundation.TestImpact.Client Namespace