This data type is used when iterating through a Properties variable.
Key |
Returns the key of the property |
Value |
Returns the value of the property |
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.
Objects: Procedures, Transactions, Web Panels
Languages: Java, .NET, Ruby (up to GeneXus X Evolution 3)
Interfaces: Web