Uploader for Silverlight
Settings Property (C1UploaderPost)






Gets the UploadManagerSettingsPost that specifies how the upload process should be performed.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Settings As UploadManagerSettingsPost
'Usage
 
Dim instance As C1UploaderPost
Dim value As UploadManagerSettingsPost
 
value = instance.Settings
public new UploadManagerSettingsPost Settings {get;}
public read-only property Settings: UploadManagerSettingsPost; 
public hide function get Settings : UploadManagerSettingsPost
public: __property new UploadManagerSettingsPost* get_Settings();
public:
new property UploadManagerSettingsPost^ Settings {
   UploadManagerSettingsPost^ 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

C1UploaderPost Class
C1UploaderPost Members

Send Feedback