Dart.Ssh Namespace > ChallengeEventArgs Class : Prompt Property |
'Declaration Public ReadOnly Property Prompt As String()
'Usage Dim instance As ChallengeEventArgs Dim value() As String value = instance.Prompt
public string[] Prompt {get;}
public: __property string*[]* get_Prompt();
public: property array<String^>^ Prompt { array<String^>^ get(); }