Exago .NET API Documentation
Name Property (Entity)
Example 
WebReports.Api.Reports Namespace > Entity Class : Name Property
The user friendly name for the data object. The alias will be displayed to end-users. This field is required.
Syntax
public System.string Name {get; set;}
Remarks
Equivalent to the Alias field for the Data Object in the Admin Console.
Example
myNewEntity.Name = "campaigns";
See Also

Reference

Entity Class
Entity Members