| RpObjectRpObjModel Property |
Gets the runtime representation object model associated with
this representation object.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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