Description
Returns the zone id, using the object supplied as parameter.
Syntax
Dim zoneid as Integer = Zone(obj) |
param
a generic object, that has a zoneRef. Typically, it's the page object.
Code
<Extension()> _
Public Function Zone(ByVal obj As IGenericAttrObj) As Integer
Return GetInteger(obj, "zoneRef")
End Function
See also