Gets the properties for this record. If there are no properties
for a record, an empty PropertyMap will be returned.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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 (); } |