KeyValuePathSegment Constructor (String)
Initializes a new instance of the KeyValuePathSegment class.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public KeyValuePathSegment(
string value
)
public:
KeyValuePathSegment(
String^ value
)
new :
value:string -> KeyValuePathSegment
Public Sub New (
value As String
)
Parameters
value
Type: System.StringThe key value to use for indexing into the collection.
See Also
KeyValuePathSegment Class
System.Web.OData.Routing Namespace
Return to top