'Declaration Property ARTPage As ImGearAnnotationPage
'Usage Dim instance As IImGearPageDisplay Dim value As ImGearAnnotationPage instance.ARTPage = value value = instance.ARTPage
ImGearAnnotationPage ARTPage {get; set;}
__property ImGearAnnotationPage* get_ARTPage(); __property void set_ARTPage( ImGearAnnotationPage* value );
property ImGearAnnotationPage^ ARTPage { ImGearAnnotationPage^ get(); void set ( ImGearAnnotationPage^ value); }