Share via


TestList Class

Microsoft Robotics Class Reference

List of test service states

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

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xw/2005/03/testbase.html")]
[XmlRootAttribute(Namespace = "https://schemas.microsoft.com/xw/2005/03/testbase.html", 
    ElementName = "TestList")]
public class TestList : IDssSerializable, ICloneable
'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/xw/2005/03/testbase.html")> _
<XmlRootAttribute(Namespace := "https://schemas.microsoft.com/xw/2005/03/testbase.html",  _
    ElementName := "TestList")> _
Public Class TestList _
    Implements IDssSerializable, ICloneable
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/xw/2005/03/testbase.html")]
[XmlRootAttribute(Namespace = L"https://schemas.microsoft.com/xw/2005/03/testbase.html", 
    ElementName = L"TestList")]
public ref class TestList : IDssSerializable, 
    ICloneable

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Dss.Services.Test.Proxy..::.TestList

See Also

TestList Members

Microsoft.Dss.Services.Test.Proxy Namespace