CompositeEndpointDataSource.DataSources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)