BodyOperationParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |