Handler Property
Microsoft Robotics Class Reference
Test case handler
Namespace: Microsoft.Dss.Services.Test
Assembly: Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 2.1.9999.0
Syntax
public IteratorHandler<StartTest> Handler { get; set; }
'Declaration
Public Property Handler As IteratorHandler(Of StartTest)
public:
virtual property IteratorHandler<StartTest^>^ Handler {
IteratorHandler<StartTest^>^ get () sealed;
void set (IteratorHandler<StartTest^>^ value) sealed;
}