Share via


OperationSegmentParameter Class

Definition

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.

Applies to