Intersoft ClientUI Documentation
Size Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BasePackage Class : Size Property






Gets or sets the size of the package.

Syntax

Visual Basic (Declaration) 
Public Property Size As Long
Visual Basic (Usage)Copy Code
Dim instance As BasePackage
Dim value As Long
 
instance.Size = value
 
value = instance.Size
C# 
public long Size {get; set;}
Delphi 
public read-write property Size: Int64; 
JScript 
public function get,set Size : long
Managed Extensions for C++ 
public: __property long get_Size();
public: __property void set_Size( 
   long value
);
C++/CLI 
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 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.