| 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; }
Public Overridable ReadOnly Property Representations As IEnumerable(Of Representation)
Get
public:
virtual property IEnumerable<Representation^>^ Representations {
IEnumerable<Representation^>^ get ();
}
Property Value
Type:
IEnumerableRepresentation
IEnumerable on all the representations of this component.
See Also