| RebroadcastSettingsPassphrase Property  | 
            Gets or sets the passphrase that the connecting side has to send before the connection is accepted.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Passphrase { get; set; }Public Property Passphrase As String
	Get
	Set
public:
property String^ Passphrase {
	String^ get ();
	void set (String^ value);
}member Passphrase : string with get, set
Property Value
Type: 
String
Remarks
            If this is null or empty then no passphrase is required.
            
See Also