'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
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public ImGearPage Page {get; set;}
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property ImGearPage* get_Page();
public: __property void set_Page(
ImGearPage* value
);
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public:
property ImGearPage^ Page {
ImGearPage^ get();
void set ( ImGearPage^ value);
}