'Declaration Public Property Type As ImGearRecZoneType
'Usage Dim instance As ImGearRecZone Dim value As ImGearRecZoneType instance.Type = value value = instance.Type
public ImGearRecZoneType Type {get; set;}
public: __property ImGearRecZoneType get_Type(); public: __property void set_Type( ImGearRecZoneType value );
public: property ImGearRecZoneType Type { ImGearRecZoneType get(); void set ( ImGearRecZoneType value); }