Intersoft ClientUI Documentation
MaxBytes Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > NavigationProgressEventArgs Class : MaxBytes Property






Gets the maximum number of bytes.

Syntax

Visual Basic (Declaration) 
Public Property MaxBytes As Long
Visual Basic (Usage)Copy Code
Dim instance As NavigationProgressEventArgs
Dim value As Long
 
instance.MaxBytes = value
 
value = instance.MaxBytes
C# 
public long MaxBytes {get; set;}
Delphi 
public read-write property MaxBytes: Int64; 
JScript 
public function get,set MaxBytes : long
Managed Extensions for C++ 
public: __property long get_MaxBytes();
public: __property void set_MaxBytes( 
   long value
);
C++/CLI 
public:
property int64 MaxBytes {
   int64 get();
   void set (    int64 value);
}

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.