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