Share via


UnresolvedPathSegment.SegmentValue Property

 

Gets the unresolved segment value.

Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public string SegmentValue {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ SegmentValue {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member SegmentValue : string with get, private set
Public Property SegmentValue As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

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

Return to top