Help > Web Development > Object Reference > Object Reference > ISYSEntity > CoreName Property
<a name="kanchor373"></a>ISYSEntity:CoreName Property
Returns the core part of the entity name

Syntax
[VBScript]
ReadOnly property ISYSEntity.CoreName as string
[C#]
string ISYSEntity.CoreName {get;}
[ColdFusion/Java]
java.lang.String ISYSEntity.CoreName() throws ComException;
Remarks
The core name of an entity is the name excluding an salutation. For example, and entity "Mr. Smith", the core is "Smith".