Intersoft ClientUI Documentation
Size Property (BasePackage)



Gets or sets the size of the package.
Syntax
Public Property Size As Long
Dim instance As BasePackage
Dim value As Long
 
instance.Size = value
 
value = instance.Size
public long Size {get; set;}
public:
property int64 Size {
   int64 get();
   void set (    int64 value);
}

Property Value

The default value is 0.
Remarks
The ClientUI Application Framework can automatically detect the size of the package in runtime while preparing to download the package. To achieve this behavior, set the Size property of the package to -1.
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

BasePackage Class
BasePackage Members

Send Feedback