'Declaration <BrowsableAttribute(True)> <DefaultValueAttribute()> <CategoryAttribute("ThumbnailView Properties")> <DescriptionAttribute("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")> Public Property ImageHandlerUrl As String
'Usage Dim instance As ThumbnailView Dim value As String instance.ImageHandlerUrl = value value = instance.ImageHandlerUrl
[Browsable(true)] [DefaultValue()] [Category("ThumbnailView Properties")] [Description("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")] public string ImageHandlerUrl {get; set;}
[Browsable(true)] [DefaultValue()] [Category("ThumbnailView Properties")] [Description("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")] public: __property string* get_ImageHandlerUrl(); public: __property void set_ImageHandlerUrl( string* value );
[Browsable(true)] [DefaultValue()] [Category("ThumbnailView Properties")] [Description("A fully qualified URL(absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")] public: property String^ ImageHandlerUrl { String^ get(); void set ( String^ value); }