Gets the collection of PropertyValues associated with this record.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public PropertyMap Properties { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Properties As PropertyMap |
| Visual C++ |
|---|
public: property PropertyMap^ Properties { PropertyMap^ get (); } |