PowerTCP Emulation for .NET
CommandPrompt Property




Defines the command prompt to look for after login. An empty string indicates the Login should return immediately.
Syntax
Public Property CommandPrompt As String
Dim instance As Credentials
Dim value As String
 
instance.CommandPrompt = value
 
value = instance.CommandPrompt
public string CommandPrompt {get; set;}
public: __property string* get_CommandPrompt();
public: __property void set_CommandPrompt( 
   string* value
);
public:
property String^ CommandPrompt {
   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