DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets the splashscreen.
 
        
        Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public static SplashScreen SplashScreen { get; set; } | 
| Visual Basic | 
|---|
Public Shared Property SplashScreen As SplashScreen
	Get
	Set  | 
| Visual C++ | 
|---|
public:
static property SplashScreen^ SplashScreen {
	SplashScreen^ get ();
	void set (SplashScreen^ value);
} | 
Property Value
Type: 
SplashScreenThe splashscreen.
Return Value
Type: 
SplashScreenThe splashscreen.
Remarks
See Also