'Declaration Public Property SelectedPageDisplay As ImGearPresentationPageDisplay
'Usage Dim instance As ImGearThumbnailList Dim value As ImGearPresentationPageDisplay instance.SelectedPageDisplay = value value = instance.SelectedPageDisplay
public ImGearPresentationPageDisplay SelectedPageDisplay {get; set;}
public: __property ImGearPresentationPageDisplay* get_SelectedPageDisplay(); public: __property void set_SelectedPageDisplay( ImGearPresentationPageDisplay* value );
public: property ImGearPresentationPageDisplay^ SelectedPageDisplay { ImGearPresentationPageDisplay^ get(); void set ( ImGearPresentationPageDisplay^ value); }