HealthcareEntity.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.
Get the list of data sources for the entity.
public System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.EntityDataSource> DataSources { get; }
member this.DataSources : System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.EntityDataSource>
Public ReadOnly Property DataSources As IReadOnlyCollection(Of EntityDataSource)