Unofficial Content
  • This documentation is valid for:

Property data type

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 &auxProperty in &myProperties
    msg(&prop.Key)
    msg(&prop.Value)
endfor

where &myProperties data type is Properties. (see Properties data type).

Scope

Objects: Procedures, Transactions, Work Panels, Web Panels
Languages: Java, .NET
Interfaces: Web, Win

 

 

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