[Missing <summary> documentation for T:QS.Fx.Base.IParameter`1]
| C# | Visual Basic | Managed C++ |
public interface IParameter<C> : IParameter, IParameterInfo
Public Interface IParameter(Of C) _ Implements IParameter, IParameterInfo
generic<typename C> public interface class IParameter : IParameter, IParameterInfo
- C
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| Name |
The name of the parameter.
(Inherited from IParameterInfo.) | |
| Readable |
Indicates whether the parameter is readable.
(Inherited from IParameterInfo.) | |
| Type |
The data type of the parameter.
(Inherited from IParameterInfo.) | |
| Value |
The value of the configuration setting.
| |
| Value |
The value of the configuration setting.
(Inherited from IParameter.) | |
| Writable |
Indicates whether the parameter is writable.
(Inherited from IParameterInfo.) |