Intersoft ClientUI Documentation
Size Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > FileUploadInfo Class : Size Property






Gets the size of the file.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public ReadOnly Property Size As Long
Visual Basic (Usage)Copy Code
Dim instance As FileUploadInfo
Dim value As Long
 
value = instance.Size
C# 
[DataMemberAttribute()]
public long Size {get;}
Delphi 
public read-only property Size: Int64; 
JScript 
DataMemberAttribute()
public function get Size : long
Managed Extensions for C++ 
[DataMemberAttribute()]
public: __property long get_Size();
C++/CLI 
[DataMemberAttribute()]
public:
property int64 Size {
   int64 get();
}

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.