This class represents an instance of a configuration setting.

C# | Visual Basic | Managed C++ |
public interface IParameter : IParameterInfo
Public Interface IParameter _ Implements IParameterInfo
public interface class IParameter : IParameterInfo

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.
|
![]() | Writable |
Indicates whether the parameter is writable.
(Inherited from IParameterInfo.) |