Help > Web Development > Object Reference > Object Reference > ISYSEntity > DisplayName Property
<a name="kanchor375"></a>ISYSEntity:DisplayName Property
Returns the display name of the entity

Syntax
[VBScript]
ReadOnly property ISYSEntity.DisplayName as string
[C#]
string ISYSEntity.DisplayName {get;}
[ColdFusion/Java]
java.lang.String ISYSEntity.DisplayName() throws ComException;
Remarks
The DisplayName of the entity is the fully decorated entity name, for example: "Mr John Smith".