ODataPathTemplate.Segments Property

Definition

Gets the path segments for the OData path.

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate> Segments { get; }
member this.Segments : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate>
Public ReadOnly Property Segments As ReadOnlyCollection(Of ODataPathSegmentTemplate)

Property Value

Applies to