UpdateTestRequest Class

Microsoft Robotics Class Reference

Update request body for entire test service state

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

Syntax

[DataContractAttribute(Name = "UpdateTestRequest", Namespace = "https://schemas.microsoft.com/xw/2005/03/testbase.html")]
[XmlRootAttribute("UpdateTestRequest", Namespace = "https://schemas.microsoft.com/xw/2005/03/testbase.html", 
    IsNullable = false)]
public class UpdateTestRequest : TestServiceState
'Declaration
<DataContractAttribute(Name := "UpdateTestRequest", Namespace := "https://schemas.microsoft.com/xw/2005/03/testbase.html")> _
<XmlRootAttribute("UpdateTestRequest", Namespace := "https://schemas.microsoft.com/xw/2005/03/testbase.html",  _
    IsNullable := False)> _
Public Class UpdateTestRequest _
    Inherits TestServiceState
[DataContractAttribute(Name = L"UpdateTestRequest", Namespace = L"https://schemas.microsoft.com/xw/2005/03/testbase.html")]
[XmlRootAttribute(L"UpdateTestRequest", Namespace = L"https://schemas.microsoft.com/xw/2005/03/testbase.html", 
    IsNullable = false)]
public ref class UpdateTestRequest : public TestServiceState

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Dss.Services.Test. . :: .TestServiceState
    Microsoft.Dss.Services.Test..::.UpdateTestRequest

See Also

UpdateTestRequest Members

Microsoft.Dss.Services.Test Namespace