ImageGear22.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ImageServicePath Property |
'Declaration <DefaultValueAttribute()> <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> <DescriptionAttribute("Gets or sets RESTful WCF image service path.")> Public Property ImageServicePath As String
'Usage Dim instance As ImGearThumbnailList Dim value As String instance.ImageServicePath = value value = instance.ImageServicePath
[DefaultValue()] [Category("ImGearThumbnailList Properties")] [Browsable(true)] [Description("Gets or sets RESTful WCF image service path.")] public string ImageServicePath {get; set;}
[DefaultValue()] [Category("ImGearThumbnailList Properties")] [Browsable(true)] [Description("Gets or sets RESTful WCF image service path.")] public: __property string* get_ImageServicePath(); public: __property void set_ImageServicePath( string* value );
[DefaultValue()] [Category("ImGearThumbnailList Properties")] [Browsable(true)] [Description("Gets or sets RESTful WCF image service path.")] public: property String^ ImageServicePath { String^ get(); void set ( String^ value); }
The default value is “~/ImageGearService.svc”
This property is a string that contains the name of the RESTful WCF service path that obtains and processes images on the server.