Uploader for Silverlight
Data Property (UploadFilePartInfo)






Gets the data of the file part
Syntax
'Declaration
 
Public ReadOnly Property Data As System.Byte()
'Usage
 
Dim instance As UploadFilePartInfo
Dim value() As System.Byte
 
value = instance.Data
public System.byte[] Data {get;}
public read-only property Data: System.array of Byte; 
public function get Data : System.byte[]
public: __property System.byte[]* get_Data();
public:
property System.array<byte>^ Data {
   System.array<byte>^ 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