OperationSegmentParameter(String, Object) Constructor
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.
Initializes a new instance of OperationSegmentParameter.
public OperationSegmentParameter (string name, object value);
new Microsoft.OData.UriParser.OperationSegmentParameter : string * obj -> Microsoft.OData.UriParser.OperationSegmentParameter
Public Sub New (name As String, value As Object)
Parameters
- name
- String
The name of the parameter. Cannot be null or empty.
- value
- Object
The value of the parameter.