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: 6.3.0.0 (0.8.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