Gets the properties of the aggregated record.

C# | Visual Basic | Visual C++ |
public virtual PropertyMap Properties{ get;}
Public Overridable ReadOnly Property Properties As PropertyMap
public: virtual property PropertyMap^ Properties { PropertyMap^ get (); }

The properties of this aggregated record.

If the aggregated record does not have any properties,
an empty PropertyMap will still be returned.