| RepresentationObjects Property |
Gets all the representation objects owned by this
representation.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public ICollection<RpObject> Objects { get; }
Public ReadOnly Property Objects As ICollection(Of RpObject)
Get
public:
property ICollection<RpObject^>^ Objects {
ICollection<RpObject^>^ 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