Uploader for Silverlight
ParamFileName Property






Gets or sets the name of the parameter that receives the name of the part.
Syntax
'Declaration
 
Public Property ParamFileName As System.String
'Usage
 
Dim instance As UploadManagerSettingsWebService
Dim value As System.String
 
instance.ParamFileName = value
 
value = instance.ParamFileName
public System.string ParamFileName {get; set;}
public read-write property ParamFileName: System.String; 
public function get,set ParamFileName : System.String
public: __property System.string* get_ParamFileName();
public: __property void set_ParamFileName( 
   System.string* value
);
public:
property System.String^ ParamFileName {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks
Default value is filename.
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

UploadManagerSettingsWebService Class
UploadManagerSettingsWebService Members

Send Feedback