UriOperationParameter Class

Definition

Represents a parameter associated with a service operation or a service function.

public class UriOperationParameter : Microsoft.OData.Client.OperationParameter
type UriOperationParameter = class
    inherit OperationParameter
Public Class UriOperationParameter
Inherits OperationParameter
Inheritance
UriOperationParameter
Derived

Constructors

UriOperationParameter(String, Object)

Instantiates a new UriOperationParameter

Properties

Name

Gets the name of the operation parameter.

(Inherited from OperationParameter)
Value

Gets the value of the operation parameter.

(Inherited from OperationParameter)

Applies to