PowerTCP Emulation for .NET
PasswordPrompt Property




Defines the password prompt to look for after login.
Syntax
Public Property PasswordPrompt As String
Dim instance As Credentials
Dim value As String
 
instance.PasswordPrompt = value
 
value = instance.PasswordPrompt
public string PasswordPrompt {get; set;}
public: __property string* get_PasswordPrompt();
public: __property void set_PasswordPrompt( 
   string* value
);
public:
property String^ PasswordPrompt {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Credentials Class
Credentials Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic