Tag Link | [Null->Properties] | Category | Tags |
---|---|---|---|
Type | Member | Source Available | No |
Support | Preferred | Version | 6.0 |
Change | Unchanged | Data Source | Any |
Output Type | Pair | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0 |
The [Null->Properties] tag returns a pair which contains the instance variables and member tags for the base object. Since this tag is defined on the [Null] data type it can be used on any object in Lasso.
Use [Null->Properties->First] to return a map of all the instance variables of the base object.
Use [Null->Properties->Second] to return a map of all the member tags of the base object.
[Null->Properties]
[Null->Properties->First]
[Null->Properties->Second]
No Parameters Required.
See the Lasso 8 Language Guide for examples of how to use this tag.