Gets the properties associated with this dimension value.

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

A PropertyMap containing the properties
associated with this dimension value.

This method will still return a valid but empty property list if there are no
properties associated with this dimension value.