ODataPathTemplate.Segments Property
Gets the path segments for the OData path.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public ReadOnlyCollection<ODataPathSegmentTemplate> Segments { get; }
public:
property ReadOnlyCollection<ODataPathSegmentTemplate^>^ Segments {
ReadOnlyCollection<ODataPathSegmentTemplate^>^ get();
}
member Segments : ReadOnlyCollection<ODataPathSegmentTemplate> with get
Public ReadOnly Property Segments As ReadOnlyCollection(Of ODataPathSegmentTemplate)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ODataPathSegmentTemplate>
See Also
ODataPathTemplate Class
System.Web.OData.Routing Namespace
Return to top