TitleText Property
TitleText property returns or sets the title text for the profile.
Syntax
object.TitleText
object. TitleText = TitleText
Parameter |
Type |
Description |
TitleText |
String |
required; This string specifies the text displayed in the profile title. |
Example
This example changes the title text for a profile.
Profile.TitleText = "Map Profile 1"
Used by: Profile Object