| RpObjectReference Property |
Gets a reference which identifies this representation
object in the server/component protocol.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvRef Reference { get; }
Public ReadOnly Property Reference As MvRef
Get
public:
property MvRef Reference {
MvRef 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