ConfigurationRebroadcastSettings Property |
Gets a list of all of the rebroadcast server settings recorded by the user.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NotifyList<RebroadcastSettings> RebroadcastSettings { get; }
Public ReadOnly Property RebroadcastSettings As NotifyList(Of RebroadcastSettings)
Get
public:
property NotifyList<RebroadcastSettings^>^ RebroadcastSettings {
NotifyList<RebroadcastSettings^>^ get ();
}
member RebroadcastSettings : NotifyList<RebroadcastSettings> with get
Property Value
Type:
NotifyListRebroadcastSettingsSee Also