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: 6.3.0.0 (0.8.0.0)
Syntax
public virtual IEnumerable<Representation> Representations { get; }

Property Value

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