| MvValue Constructor (Object, MvKind) |
Initializes a new
MvValue from a value and a
value kind.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvValue(
Object value,
MvKind kind
)
Public Sub New (
value As Object,
kind As MvKind
)
public:
MvValue(
Object^ value,
MvKind kind
)
Parameters
- value
- Type: SystemObject
The value. - kind
- Type: RW.Server.ComponentMvKind
The kind of the value.
Exceptions Exception | Condition |
---|
ArgumentException | If the value type is not
consistent with the type. |
See Also