Gets/Sets the gain for this input.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public BridgeInput..::.Gains Gain { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property Gain As BridgeInput..::.Gains | 
| Visual C++ | 
|---|
| public: property BridgeInput..::.Gains Gain { BridgeInput..::.Gains get (); void set (BridgeInput..::.Gains value); } | 
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or the value is unknown. |