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






Determines whether this chunk contains the last segment of the partial file data.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute(False)>
Public Property IsPartialLastChunk As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FileUploadChunk
Dim value As Boolean
 
instance.IsPartialLastChunk = value
 
value = instance.IsPartialLastChunk
C# 
[DataMemberAttribute(false)]
public bool IsPartialLastChunk {get; set;}
Delphi 
public read-write property IsPartialLastChunk: Boolean; 
JScript 
DataMemberAttribute()
public function get,set IsPartialLastChunk : boolean
Managed Extensions for C++ 
[DataMemberAttribute(false)]
public: __property bool get_IsPartialLastChunk();
public: __property void set_IsPartialLastChunk( 
   bool value
);
C++/CLI 
[DataMemberAttribute(false)]
public:
property bool IsPartialLastChunk {
   bool get();
   void set (    bool 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.