| RpObjectSetAttributeValue Method |
This function sets the value of an attribute when no modifier is found.
The default behavior consists in using the mechanism associated with the
ILS_RP_DEFAULT_XXX set of macros.
This function can be redefined, especially if you use another mapping.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected virtual void SetAttributeValue(
int id,
Object v
)
Protected Overridable Sub SetAttributeValue (
id As Integer,
v As Object
)
protected:
virtual void SetAttributeValue(
int id,
Object^ v
)
Parameters
- id
- Type: SystemInt32
:
The attribute identifier. - v
- Type: SystemObject
:
The value.
See Also