| MvComponentRepresentations Property |
Gets IEnumerable on all the representations of this component.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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