'Declaration Public Property MatchFlags As ImGearRecZoneGUIMatchingFlags
'Usage Dim instance As ImGearRecZoneGUICustomBtnParam Dim value As ImGearRecZoneGUIMatchingFlags instance.MatchFlags = value value = instance.MatchFlags
public ImGearRecZoneGUIMatchingFlags MatchFlags {get; set;}
public: __property ImGearRecZoneGUIMatchingFlags get_MatchFlags(); public: __property void set_MatchFlags( ImGearRecZoneGUIMatchingFlags value );
public: property ImGearRecZoneGUIMatchingFlags MatchFlags { ImGearRecZoneGUIMatchingFlags get(); void set ( ImGearRecZoneGUIMatchingFlags value); }