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