Share via


DownloadSpecification.DataSourceName Property

DownloadSpecification.DataSourceName Property

Represents the name of the data source (DataSource.Name property) containing the point-of-interest data to be downloaded.

Public DataSourceName As String

[C#]
public string DataSourceName;

Remarks

  • The data source name must match a custom data source name in the following format:

    default data source name[.custom extension] (Example: Customer1.CoffeeShops)