Share via


KeyValuePathSegment Constructor (String)

 

Initializes a new instance of the KeyValuePathSegment class.

Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.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.String

    The key value to use for indexing into the collection.

See Also

KeyValuePathSegment Class
System.Web.Http.OData.Routing Namespace

Return to top