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