BodyOperationParameter Class

Definition

Represents a parameter associated with a service action.

public sealed class BodyOperationParameter : Microsoft.OData.Client.OperationParameter
type BodyOperationParameter = class
    inherit OperationParameter
Public NotInheritable Class BodyOperationParameter
Inherits OperationParameter
Inheritance
BodyOperationParameter

Constructors

BodyOperationParameter(String, Object)

Instantiates a new BodyOperationParameter

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