| 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; }
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