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