Click or drag to resize

RepresentationObjects Property

Gets all the representation objects owned by this representation.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public ICollection<RpObject> Objects { get; }

Property Value

Type: ICollectionRpObject
A collection that holds all the representation objects owned by this representation. This collection must not be modified.
See Also