CompositeEndpointDataSource.DataSources Property

Definition

Returns the collection of EndpointDataSource instances associated with the object.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::EndpointDataSource ^> ^ DataSources { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::EndpointDataSource ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.EndpointDataSource> DataSources { get; }
member this.DataSources : seq<Microsoft.AspNetCore.Routing.EndpointDataSource>
Public ReadOnly Property DataSources As IEnumerable(Of EndpointDataSource)

Property Value

Applies to