| MvValueSet Method |
Sets a new content.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual void Set(
MvValue v
)
Public Overridable Sub Set (
v As MvValue
)
public:
virtual void Set(
MvValue^ v
)
Parameters
- v
- Type: RW.Server.ComponentMvValue
The value from which the content is copied.
See Also