Click or drag to resize

MvComponentRepresentations Property

Gets IEnumerable on all the representations of this component.

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 IEnumerable<Representation> Representations { get; }

Property Value

Type: IEnumerableRepresentation
IEnumerable on all the representations of this component.
See Also