Click or drag to resize
RpAttrModelId Property
Gets the attribute identifier.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public int Id { get; }

Property Value

Type: Int32
The attribute identifier.
Remarks

This identifier is used by the Rogue Wave Server internal protocol. It is also used to identify the attribute to be edited in the callback functions of the RpObject class.

See Also