Click or drag to resize

RpObjectSetString 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 SetString(
	int id,
	string v
)

Parameters

id
Type: SystemInt32
A String attribute identifier.
v
Type: SystemString
the value.
See Also