SessionManagerSplashScreen Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the splashscreen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static SplashScreen SplashScreen { get; set; }
Public Shared Property SplashScreen As SplashScreen
Get
Set
public:
static property SplashScreen^ SplashScreen {
SplashScreen^ get ();
void set (SplashScreen^ value);
}
DataPAClientConfig.SessionManager.get_SplashScreen = function();
DataPAClientConfig.SessionManager.set_SplashScreen = function(value);
Property Value
Type:
SplashScreenThe splashscreen.
Return Value
Type:
SplashScreenThe splashscreen.
Remarks See Also