OperationSegmentParameter 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 named parameter value for invoking an operation in an OData path.
public sealed class OperationSegmentParameter
type OperationSegmentParameter = class
Public NotInheritable Class OperationSegmentParameter
- Inheritance
-
OperationSegmentParameter
Constructors
OperationSegmentParameter(String, Object) |
Initializes a new instance of OperationSegmentParameter. |
Properties
Name |
The name of the parameter. |
Value |
The parameter value. |