ISerialConnectorShutdownText Property |
Gets or sets the text to send across the COM port on shutdown - a null or empty string will disable the
feature. Can contain \r and \n.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string ShutdownText { get; set; }
Property ShutdownText As String
Get
Set
property String^ ShutdownText {
String^ get ();
void set (String^ value);
}
abstract ShutdownText : string with get, set
Property Value
Type:
StringSee Also