| RepresentationRpModel Property |
Gets a reference to the dynamic representation
model associated with this representation.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public RpModel RpModel { get; }
Public ReadOnly Property RpModel As RpModel
Get
public:
property RpModel^ RpModel {
RpModel^ get ();
}
Property Value
Type:
RpModel
The associated representation model.
See Also