'Declaration <DefaultValueAttribute()> <BrowsableAttribute(True)> <CategoryAttribute("ThumbnailView Properties")> <DescriptionAttribute("PageView control ID where the thumbnail image when selected will be displayed.")> Public Property PageViewID As String
'Usage Dim instance As ThumbnailView Dim value As String instance.PageViewID = value value = instance.PageViewID
[DefaultValue()] [Browsable(true)] [Category("ThumbnailView Properties")] [Description("PageView control ID where the thumbnail image when selected will be displayed.")] public string PageViewID {get; set;}
[DefaultValue()] [Browsable(true)] [Category("ThumbnailView Properties")] [Description("PageView control ID where the thumbnail image when selected will be displayed.")] public: __property string* get_PageViewID(); public: __property void set_PageViewID( string* value );
[DefaultValue()] [Browsable(true)] [Category("ThumbnailView Properties")] [Description("PageView control ID where the thumbnail image when selected will be displayed.")] public: property String^ PageViewID { String^ get(); void set ( String^ value); }