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> with get
function get Tests () : ReadOnlyCollection<Test>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Test>
Returns ReadOnlyCollection<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.