'Declaration Public Property ARTPage As ImGearARTPage
'Usage Dim instance As ImGearMarksLoadingEventArgs Dim value As ImGearARTPage instance.ARTPage = value value = instance.ARTPage
public ImGearARTPage ARTPage {get; set;}
public: __property ImGearARTPage* get_ARTPage(); public: __property void set_ARTPage( ImGearARTPage* value );
public: property ImGearARTPage^ ARTPage { ImGearARTPage^ get(); void set ( ImGearARTPage^ value); }