ImageGear for .NET
ImageServicePath Property




Gets or sets the RESTful WCF image service path.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<CategoryAttribute("ImGearThumbnailList Properties")>
<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
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[CategoryAttribute("ImGearThumbnailList Properties")]
[DescriptionAttribute("Gets or sets RESTful WCF image service path.")]
public string ImageServicePath {get; set;}
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[CategoryAttribute("ImGearThumbnailList Properties")]
[DescriptionAttribute("Gets or sets RESTful WCF image service path.")]
public: __property string* get_ImageServicePath();
public: __property void set_ImageServicePath( 
   string* value
);
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[CategoryAttribute("ImGearThumbnailList Properties")]
[DescriptionAttribute("Gets or sets RESTful WCF image service path.")]
public:
property String^ ImageServicePath {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value.
Remarks
The value provided must be a fully qualified URL (absolute URL), a relative URL is not acceptable. Note: It is not necessary to have this property defined if the ImageServicePath setting already exists in the web.config file.

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.

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback