ODataPathSegment.SegmentKind Property
Gets the segment kind for the current segment.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.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.OData.Routing Namespace
Return to top