IRebroadcastServerManagerRebroadcastServers Property |
Gets the collection of rebroadcast servers that are being controlled by the manager.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax List<IRebroadcastServer> RebroadcastServers { get; }
ReadOnly Property RebroadcastServers As List(Of IRebroadcastServer)
Get
property List<IRebroadcastServer^>^ RebroadcastServers {
List<IRebroadcastServer^>^ get ();
}
abstract RebroadcastServers : List<IRebroadcastServer> with get
Property Value
Type:
ListIRebroadcastServerSee Also