NET FTP Library
MaskUserNamePassword Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : MaskUserNamePassword Property
If true, the user name and password will be replaced with **** when logging, otherwise they will be displayed. The default is true.
Syntax
'Declaration
 
Public Overridable Property MaskUserNamePassword As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.MaskUserNamePassword = value
 
value = instance.MaskUserNamePassword
public virtual System.bool MaskUserNamePassword {get; set;}
public read-write property MaskUserNamePassword: System.Boolean; virtual; 
public function get,set MaskUserNamePassword : System.boolean
public: __property virtual System.bool get_MaskUserNamePassword();
public: __property virtual void set_MaskUserNamePassword( 
   System.bool value
);
public:
virtual property System.bool MaskUserNamePassword {
   System.bool get();
   void set (    System.bool value);
}
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

FTP Class
FTP Members