UriOperationParameter Constructor
Instantiates a new UriOperationParameter
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As Object _
)
'Usage
Dim name As String
Dim value As Object
Dim instance As New UriOperationParameter(name, value)
public UriOperationParameter(
string name,
Object value
)
public:
UriOperationParameter(
String^ name,
Object^ value
)
new :
name:string *
value:Object -> UriOperationParameter
public function UriOperationParameter(
name : String,
value : Object
)
Parameters
- name
Type: System.String
The name of the uri operation parameter.
- value
Type: System.Object
The value of the uri operation parameter.