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