Click or drag to resize

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; }

Property Value

Type: MvComponent
The application component to which the representation belongs or null if the component is closed.
See Also