| RebroadcastSettingsFormat Property  | 
            Gets or sets the format in which to rebroadcast the receiver's messages.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Format { get; set; }Public Property Format As String
	Get
	Set
public:
property String^ Format {
	String^ get ();
	void set (String^ value);
}member Format : string with get, set
Property Value
Type: 
String
See Also