Persistate API documentation
TitleText Property
NamespacesPersistatePersistentTitleText

[This is preliminary documentation and is subject to change.]

Gets a title for this object.
Declaration Syntax
C#
public virtual string TitleText { get; }
Remarks
by default, the title is in the form [class] '[obj]' where [class] is this object's FriendlyName property, and [obj] is this object's NominativeText value. This property is typically bound to the title label in form layouts. You can override this method if you want to provide a different title.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)