Exago .NET API Documentation
Name Property (DataSource)
Example 
WebReports.Api.Data Namespace > DataSource Class : Name Property
The Name of this Data Source.
Syntax
public System.string Name {get; set;}

Property Value

A unique name for the Data Source that identifies it in the system.
Remarks
Equivalent to the Name property for Data Sources in the Admin Console.
Example
Set the name of a new Data Source to "Donations"
DataSource myNewDataSource = new DataSource();
myNewDataSource.Name = "Donations";
See Also

Reference

DataSource Class
DataSource Members