Gets the properties of this Supplement.  
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
Syntax
| C# | 
|---|
| public virtual PropertyMap Properties { get; } | 
| Visual Basic | 
|---|
| Public Overridable ReadOnly Property Properties As PropertyMap Get | 
| Visual C++ | 
|---|
| public: virtual property PropertyMap^ Properties { PropertyMap^ get (); } | 
Field Value
Properties of this supplement.Implements
IPropertyContainer..::..Properties Remarks
Remarks
            Returns an empty set of properties if there are no properties 
            associated with this supplement.
            





