'Declaration Public Property ZoneType As ImGearRecZoneGUIType
'Usage Dim instance As ImGearRecZoneGUICustomBtnParam Dim value As ImGearRecZoneGUIType instance.ZoneType = value value = instance.ZoneType
public ImGearRecZoneGUIType ZoneType {get; set;}
public: __property ImGearRecZoneGUIType get_ZoneType(); public: __property void set_ZoneType( ImGearRecZoneGUIType value );
public: property ImGearRecZoneGUIType ZoneType { ImGearRecZoneGUIType get(); void set ( ImGearRecZoneGUIType value); }