Tests Field

Microsoft Robotics Class Reference

List of test service states

Namespace:  Microsoft.Dss.Services.Test
Assembly:  Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 2.1.9999.0

Syntax

[DataMemberAttribute(IsRequired = true)]
public List<TestServiceState> Tests
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Tests As List(Of TestServiceState)
[DataMemberAttribute(IsRequired = true)]
public:
List<TestServiceState^>^ Tests

See Also

TestList Class

Microsoft.Dss.Services.Test Namespace