Documentation for a minimal subset of the QSM API
ParameterAccess Enumeration
Namespaces > QS.Fx.Base > ParameterAccess
This enumeration represents access mode of a configuration parameter.
Syntax
C#Visual BasicManaged C++
[FlagsAttribute]
public enum ParameterAccess
<FlagsAttribute> _
Public Enumeration ParameterAccess
[FlagsAttribute]
public enum class ParameterAccess
Members
MemberDescription
None
The value of the parameter is not accessible.

Readable
The value of the parameter can be read.

Writable
The value of the parameter can be modified.

Unrestricted
The value of the parameter can be read or modified.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0