| ReceiverStartupText 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.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string StartupText { get; set; }Public Property StartupText As String
	Get
	Set
public:
property String^ StartupText {
	String^ get ();
	void set (String^ value);
}member StartupText : string with get, set
Property Value
Type: 
String
See Also