Share via


UriOperationParameter(String, Object) Constructor

Definition

Instantiates a new UriOperationParameter

public UriOperationParameter (string name, object value);
new Microsoft.OData.Client.UriOperationParameter : string * obj -> Microsoft.OData.Client.UriOperationParameter
Public Sub New (name As String, value As Object)

Parameters

name
String

The name of the uri operation parameter.

value
Object

The value of the uri operation parameter.

Applies to