Uploader for Silverlight
Settings Property (C1Uploader)






Gets the UploadManagerSettings that will be used to configure the C1Uploader.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Settings As UploadManagerSettings
'Usage
 
Dim instance As C1Uploader
Dim value As UploadManagerSettings
 
value = instance.Settings
public virtual UploadManagerSettings Settings {get;}
public read-only property Settings: UploadManagerSettings; virtual; 
public function get Settings : UploadManagerSettings
public: __property virtual UploadManagerSettings* get_Settings();
public:
virtual property UploadManagerSettings^ Settings {
   UploadManagerSettings^ 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

C1Uploader Class
C1Uploader Members

Send Feedback