Click or drag to resize

RpObjectReference Property

Gets a reference which identifies this representation object in the server/component protocol.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax
public MvRef Reference { get; }

Property Value

Type: MvRef
A reference which identifies this representation
Remarks
At the server level, the function IlsMvComponentItf::GetSvObject lets you get the corresponding server object.
See Also