Exago .NET API Documentation
Name Property (Entity)
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
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
C#
public
System.
string
Name {
get
;
set
;}
Remarks
Equivalent to the
Alias
field for the Data Object in the Admin Console.
Example
C#
myNewEntity.Name =
"campaigns"
;
See Also
Reference
Entity Class
Entity Members