| RpObjectSetUserTypeValue Method |
Called by the server to set the value this attribute when it has no
associated modifier.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax protected virtual void SetUserTypeValue(
int attrId,
MvUserType v
)
Protected Overridable Sub SetUserTypeValue (
attrId As Integer,
v As MvUserType
)
protected:
virtual void SetUserTypeValue(
int attrId,
MvUserType^ v
)
Parameters
- attrId
- Type: SystemInt32
A MvUserType attribute identifier - v
- Type: RW.Server.ComponentMvUserType
the value.
See Also