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