| CommunicationSystemTransmitToAll Property  | 
 
            Gets the collection of transmitting service providers that will broadcast to all receivers in the system.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic ServiceProviderCollection TransmitToAll { get; }Public ReadOnly Property TransmitToAll As ServiceProviderCollection
	Get
public:
property ServiceProviderCollection^ TransmitToAll {
	ServiceProviderCollection^ get ();
}member TransmitToAll : ServiceProviderCollection with get
Property Value
Type: 
ServiceProviderCollection Remarks
Remarks
            This is intended as a collection of interferers or jammers for the 
CommunicationSystem.
            Any transmitter placed in this collection will have a link created between it and all other receivers in the collection.
            
 See Also
See Also