| RepresentationComponent Property |
Gets a reference to the dynamic representation
model associated with this representation.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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