ApplicationShowMessageEventArgsMessageTitle Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a string contains the message title that should be displayed.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string MessageTitle { get; set; }
Public Property MessageTitle As String
Get
Set
public:
virtual property String^ MessageTitle {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_MessageTitle();
function set_MessageTitle(value);
Return Value
Type:
StringA string contains the message title that should be displayed.
Remarks See Also