DashboardAlertText Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the text for this alert
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Text { get; set; }
Public Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Text();
function set_Text(value);
Property Value
Type:
StringThe text for this alert
Return Value
Type:
StringThe text for this alert
Remarks Text will be used in mobile alerts, email subject lines etc
See Also