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