Gets or sets the index of the zone in
ImGearRecPage.Zones which contains the character.
Syntax
public ushort ZoneIndex {get; set;}
public: __property ushort get_ZoneIndex();
public: __property void set_ZoneIndex(
ushort value
);
'Declaration
Public Property ZoneIndex As UShort
'Usage
Dim instance As ImGearRecLetter
Dim value As UShort
instance.ZoneIndex = value
value = instance.ZoneIndex
Property Value
Ushort value.
See Also