ControlPanelObjectText Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a text value that will be displayed by this control panel object.
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:
StringA text value that will be displayed by this control panel object.
Return Value
Type:
StringA text value that will be displayed by this control panel object.
Implements
FilterParameterTextRemarks See Also