DataPA Enterprise Dashboard Controls API Reference
Gets and sets the text for this alert

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string Text { get; set; }
Visual Basic
Public Property Text As String
	Get
	Set
Visual C++
public:
virtual property String^ Text {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The text for this alert

Return Value

Type: String
The text for this alert

Implements

DashboardAlert..::.._DashboardAlert..::..Text

Remarks

Text will be used in mobile alerts, email subject lines etc

See Also