Rogue Wave Server Component library for .NET Reference Guide
|
|
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.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
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.
Copyright© 2017, Rogue Wave Software, Inc. All Rights Reserved.
Send comments on this topic to
Give us feedback