Share via


TestSignatureData.Tests Property

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

Syntax

'Declaration
Public ReadOnly Property Tests As ReadOnlyCollection(Of Test)
public ReadOnlyCollection<Test> Tests { get; }
public:
property ReadOnlyCollection<Test^>^ Tests {
    ReadOnlyCollection<Test^>^ get ();
}
member Tests : ReadOnlyCollection<Test>
function get Tests () : ReadOnlyCollection<Test>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Test>

.NET Framework Security

See Also

Reference

TestSignatureData Class

Microsoft.TeamFoundation.TestImpact.Client Namespace