| RpObjectSetHRef Method |
Called by the server to set the value this attribute when it
has no associated modifier.
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 SetHRef(
int id,
string v
)
Protected Overridable Sub SetHRef (
id As Integer,
v As String
)
protected:
virtual void SetHRef(
int id,
String^ v
)
Parameters
- id
- Type: SystemInt32
A HRef attribute identifier. - v
- Type: SystemString
The value.
See Also