Name Property

Microsoft Robotics Class Reference

Test case name

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

Syntax

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

Implements

ITestCase. . :: .Name

See Also

TestCase Class

Microsoft.Dss.Services.Test Namespace