'Declaration
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the username for accesing secured FTP files on the internet.")>
<CategoryAttribute("ThumbnailXpress")>
Public Property FtpUserName As String
'Usage
Dim instance As ThumbnailXpress
Dim value As String
instance.FtpUserName = value
value = instance.FtpUserName
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the username for accesing secured FTP files on the internet.")]
[CategoryAttribute("ThumbnailXpress")]
public string FtpUserName {get; set;}
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the username for accesing secured FTP files on the internet.")]
[CategoryAttribute("ThumbnailXpress")]
public: __property string* get_FtpUserName();
public: __property void set_FtpUserName(
string* value
);
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the username for accesing secured FTP files on the internet.")]
[CategoryAttribute("ThumbnailXpress")]
public:
property String^ FtpUserName {
String^ get();
void set ( String^ value);
}