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
- name
Type: System. . :: .String
- description
Type: System. . :: .String
See Also
UpsertCaseRequest Overload