| RpAttrModelId Property |
Gets the attribute identifier.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax Public ReadOnly Property Id As Integer
Get
public:
property int Id {
int 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