PreferencesUrlLabel property: Tile class
Description
Use the PreferencesUrlLabel property to set an alternate URL label when an error condition exists—for example, when the tile content is invalid. Prior to setting the PreferencesUrlLabel property, set the hasContent property to False.
If a custom URL label is not specified, the system default label is displayed instead.
This property is read/write.
Example
%This.hasContent = False;
%This.PreferencesUrlLabel = "No Data Available";