| MvValueSet Method |
Sets a new content.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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