Uploader for Silverlight
PartCount Property






Gets the total number of parts associated with the owner file.
Syntax
'Declaration
 
Public ReadOnly Property PartCount As System.Integer
'Usage
 
Dim instance As UploadFilePartInfo
Dim value As System.Integer
 
value = instance.PartCount
public System.int PartCount {get;}
public read-only property PartCount: System.Integer; 
public function get PartCount : System.int
public: __property System.int get_PartCount();
public:
property System.int PartCount {
   System.int get();
}
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

UploadFilePartInfo Class
UploadFilePartInfo Members

Send Feedback