'Declaration
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property ARTPage As ImGearAnnotationPage
'Usage
Dim instance As ImGearPresentationPageDisplay
Dim value As ImGearAnnotationPage
instance.ARTPage = value
value = instance.ARTPage
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public ImGearAnnotationPage ARTPage {get; set;}
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property ImGearAnnotationPage* get_ARTPage();
public: __property void set_ARTPage(
ImGearAnnotationPage* value
);
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public:
property ImGearAnnotationPage^ ARTPage {
ImGearAnnotationPage^ get();
void set ( ImGearAnnotationPage^ value);
}