| RpObjectRpObjModel Property |
Gets the runtime representation object model associated with
this representation object.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public RpObjModel RpObjModel { get; }
Public ReadOnly Property RpObjModel As RpObjModel
Get
public:
property RpObjModel^ RpObjModel {
RpObjModel^ get ();
}
Property Value
Type:
RpObjModel
The runtime representation object model associated with this
representation object.
See Also