Uploader for Silverlight
Boundary Property






Gets or sets the boundary used to create the multipart post.
Syntax
'Declaration
 
Public Property Boundary As System.String
'Usage
 
Dim instance As UploadManagerSettingsPost
Dim value As System.String
 
instance.Boundary = value
 
value = instance.Boundary
public System.string Boundary {get; set;}
public read-write property Boundary: System.String; 
public function get,set Boundary : System.String
public: __property System.string* get_Boundary();
public: __property void set_Boundary( 
   System.string* value
);
public:
property System.String^ Boundary {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks
If no boundary is specified the system will generate one randomly (Recommended).
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

UploadManagerSettingsPost Class
UploadManagerSettingsPost Members

Send Feedback