UpsertCaseRequest Constructor (String, String)

Microsoft Robotics Class Reference

Initialization constructor

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

Syntax

public UpsertCaseRequest(
    string name,
    string description
)
'Declaration
Public Sub New ( _
    name As String, _
    description As String _
)
public:
UpsertCaseRequest(
    String^ name, 
    String^ description
)

Parameters

See Also

UpsertCaseRequest Class

UpsertCaseRequest Overload

Microsoft.Dss.Services.Test Namespace