DataTemplateDataSources Property |
A list of the data sources (data generators) contained within this data template.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<DataSource> DataSources { get; }
Public ReadOnly Property DataSources As IEnumerable(Of DataSource)
Get
public:
property IEnumerable<DataSource^>^ DataSources {
IEnumerable<DataSource^>^ get ();
}
member DataSources : IEnumerable<DataSource> with get
Property Value
Type:
IEnumerableDataSourceSee Also