UriOperationParameter 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 operation or a service function.
public class UriOperationParameter : Microsoft.OData.Client.OperationParameter
type UriOperationParameter = class
inherit OperationParameter
Public Class UriOperationParameter
Inherits OperationParameter
- Inheritance
- 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) |