Intersoft ClientUI Documentation
InstallStorageScope Property



Specifies the scope of the storage that determines where the downloaded applications are stored.
Syntax
Public Property InstallStorageScope As StorageScope
Dim instance As UXShell
Dim value As StorageScope
 
instance.InstallStorageScope = value
 
value = instance.InstallStorageScope
public StorageScope InstallStorageScope {get; set;}
public:
property StorageScope InstallStorageScope {
   StorageScope get();
   void set (    StorageScope value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members

Send Feedback