'Declaration <BrowsableAttribute(False)> <DescriptionAttribute(" Gets or sets comma separated string containing pages required to be selected at startup.")> <CategoryAttribute("ImGearThumbnailList Properties")> Public ReadOnly Property SelectedPages As Collection(Of ImGearSelectionPage)
'Usage Dim instance As ImGearThumbnailList Dim value As Collection(Of ImGearSelectionPage) value = instance.SelectedPages
[Browsable(false)] [Description(" Gets or sets comma separated string containing pages required to be selected at startup.")] [Category("ImGearThumbnailList Properties")] public Collection<ImGearSelectionPage> SelectedPages {get;}
[Browsable(false)] [Description(" Gets or sets comma separated string containing pages required to be selected at startup.")] [Category("ImGearThumbnailList Properties")] public: __property Collection<ImGearSelectionPage*>* get_SelectedPages();
[Browsable(false)] [Description(" Gets or sets comma separated string containing pages required to be selected at startup.")] [Category("ImGearThumbnailList Properties")] public: property Collection<ImGearSelectionPage^>^ SelectedPages { Collection<ImGearSelectionPage^>^ get(); }