Official Content

This data type is used when iterating through a Properties variable.

Properties

Key Returns the key of the property
Value Returns the value of the property

Iterating properties

In order to read all the properties stored in a Properties variable, the Property data type must be used as follows:

E.g.

for &Property in &myProperties
    msg(&Property.Key)
    msg(&Property.Value)
endfor

where &myProperties has Properties Data Type.

Scope

Objects: Procedures, TransactionsWeb Panels
Languages: Java, .NET, Ruby (up to GeneXus X Evolution 3)
Interfaces: Web










Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant