ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ImageServicePath Property |
'Declaration <DefaultValueAttribute()> <CategoryAttribute("ImGearThumbnailList Properties")> <DescriptionAttribute("Gets or sets RESTful WCF image service path.")> <BrowsableAttribute(True)> Public Property ImageServicePath As String
'Usage Dim instance As ImGearThumbnailList Dim value As String instance.ImageServicePath = value value = instance.ImageServicePath
[DefaultValueAttribute()] [CategoryAttribute("ImGearThumbnailList Properties")] [DescriptionAttribute("Gets or sets RESTful WCF image service path.")] [BrowsableAttribute(true)] public string ImageServicePath {get; set;}
[DefaultValueAttribute()] [CategoryAttribute("ImGearThumbnailList Properties")] [DescriptionAttribute("Gets or sets RESTful WCF image service path.")] [BrowsableAttribute(true)] public: __property string* get_ImageServicePath(); public: __property void set_ImageServicePath( string* value );
[DefaultValueAttribute()] [CategoryAttribute("ImGearThumbnailList Properties")] [DescriptionAttribute("Gets or sets RESTful WCF image service path.")] [BrowsableAttribute(true)] 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.