Documentation for a minimal subset of the QSM API
IParameter Interface
Namespaces > QS.Fx.Base > IParameter
This class represents an instance of a configuration setting.
Syntax
C#Visual BasicManaged C++
public interface IParameter : IParameterInfo
Public Interface IParameter _
	Implements IParameterInfo
public interface class IParameter : IParameterInfo
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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.)

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0