Share via


ODataPathSegment.SegmentKind Property

 

Gets the segment kind for the current segment.

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

Syntax

public abstract string SegmentKind { get; }
public:
property String^ SegmentKind {
    virtual String^ get() abstract;
}
abstract SegmentKind : string with get
Public MustOverride ReadOnly Property SegmentKind As String

Property Value

Type: System.String

See Also

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

Return to top