Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 override string SegmentKind { get; }
public:
property String^ SegmentKind {
virtual String^ get() override;
}
override SegmentKind : string with get
Public Overrides ReadOnly Property SegmentKind As String
Property Value
Type: System.String
See Also
EntitySetPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top