ComplexReceiverAmplifier Property  | 
 
            Gets or sets the amplifier.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Amplifier Amplifier { get; set; }Public Property Amplifier As Amplifier
	Get
	Set
public:
property Amplifier^ Amplifier {
	Amplifier^ get ();
	void set (Amplifier^ value);
}member Amplifier : Amplifier with get, set
Property Value
Type: 
Amplifier
See Also