'Declaration <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> <DescriptionAttribute("The page number of a multipage document to be displayed. A single page document has a value zero(0).")> <DefaultValueAttribute()> Public Property PageNumberField As String
'Usage Dim instance As ImGearThumbnailList Dim value As String instance.PageNumberField = value value = instance.PageNumberField
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [Description("The page number of a multipage document to be displayed. A single page document has a value zero(0).")] [DefaultValue()] public string PageNumberField {get; set;}
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [Description("The page number of a multipage document to be displayed. A single page document has a value zero(0).")] [DefaultValue()] public: __property string* get_PageNumberField(); public: __property void set_PageNumberField( string* value );
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [Description("The page number of a multipage document to be displayed. A single page document has a value zero(0).")] [DefaultValue()] public: property String^ PageNumberField { String^ get(); void set ( String^ value); }