Uploader for Silverlight
Settings Property (C1UploaderWebService)






Gets the settings that will be used by the upload algorithm to do the uploads.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Settings As UploadManagerSettingsWebService
'Usage
 
Dim instance As C1UploaderWebService
Dim value As UploadManagerSettingsWebService
 
value = instance.Settings
public new UploadManagerSettingsWebService Settings {get;}
public read-only property Settings: UploadManagerSettingsWebService; 
public hide function get Settings : UploadManagerSettingsWebService
public: __property new UploadManagerSettingsWebService* get_Settings();
public:
new property UploadManagerSettingsWebService^ Settings {
   UploadManagerSettingsWebService^ 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

C1UploaderWebService Class
C1UploaderWebService Members

Send Feedback