| ISerialConnectorStartupText Property  | 
            Gets or sets the text to send across the COM port on startup - 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)
Syntaxstring StartupText { get; set; }Property StartupText As String
	Get
	Set
property String^ StartupText {
	String^ get ();
	void set (String^ value);
}abstract StartupText : string with get, set
Property Value
Type: 
String
See Also