Uploader for Silverlight
Parameters Property






Gets the parameters that will be sent to the server with each upload.
Syntax
'Declaration
 
Public ReadOnly Property Parameters As System.Collections.Generic.Dictionary(Of String,String)
'Usage
 
Dim instance As C1Uploader
Dim value As System.Collections.Generic.Dictionary(Of String,String)
 
value = instance.Parameters
public System.Collections.Generic.Dictionary<string,string> Parameters {get;}
public read-only property Parameters: System.Collections.Generic.Dictionary; 
public function get Parameters : System.Collections.Generic.Dictionary
public: __property System.Collections.Generic.Dictionary<string*,string*>* get_Parameters();
public:
property System.Collections.Generic.Dictionary<String^,String^>^ Parameters {
   System.Collections.Generic.Dictionary<String^,String^>^ 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