Intersoft ClientUI Documentation
AutoInstallOnDownload Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UXShell Class : AutoInstallOnDownload Property






Specifies whether the UXShell should automatically install the downloaded applications locally.

Syntax

Visual Basic (Declaration) 
Public Property AutoInstallOnDownload As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXShell
Dim value As Boolean
 
instance.AutoInstallOnDownload = value
 
value = instance.AutoInstallOnDownload
C# 
public bool AutoInstallOnDownload {get; set;}
Delphi 
public read-write property AutoInstallOnDownload: Boolean; 
JScript 
public function get,set AutoInstallOnDownload : boolean
Managed Extensions for C++ 
public: __property bool get_AutoInstallOnDownload();
public: __property void set_AutoInstallOnDownload( 
   bool value
);
C++/CLI 
public:
property bool AutoInstallOnDownload {
   bool get();
   void set (    bool value);
}

Remarks

When set to true, the downloaded applications will be stored to isolated storage. This allows the applications to run locally in the next launch resulting in faster startup and better user experiences.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.