ControlPort Property

Microsoft Robotics Class Reference

Port for issuing control commands to the test case instance

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

Syntax

public TestCaseControlPort ControlPort { get; set; }
'Declaration
Public Property ControlPort As TestCaseControlPort
public:
virtual property TestCaseControlPort^ ControlPort {
    TestCaseControlPort^ get () sealed;
    void set (TestCaseControlPort^ value) sealed;
}

Implements

ITestCase. . :: .ControlPort

See Also

TestCase Class

Microsoft.Dss.Services.Test Namespace