Gets a value indicating whether the message to be always displayed.
Namespace: Renci.SshNet.Messages.TransportAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool IsAlwaysDisplay { get; private set; }public bool IsAlwaysDisplay { get; private set; }Public Property IsAlwaysDisplay As Boolean
Get
Private Set
Public Property IsAlwaysDisplay As Boolean
Get
Private Set
public:
property bool IsAlwaysDisplay {
bool get ();
private: void set (bool value);
}public:
property bool IsAlwaysDisplay {
bool get ();
private: void set (bool value);
}Field Value
true if the message always to be displayed; otherwise,
false.