| RepresentationComponent 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 virtual MvComponent Component { get; }
Public Overridable ReadOnly Property Component As MvComponent
Get
public:
virtual property MvComponent^ Component {
MvComponent^ get ();
}
Property Value
Type:
MvComponent
The application component to which the representation belongs
or
null if the component is closed.
See Also