'Declaration <BrowsableAttribute(True)> <DescriptionAttribute("Gets or sets RESTful WCF image service path.")> <DefaultValueAttribute()> <CategoryAttribute("ImGearThumbnailList Properties")> Public Property ImageServicePath As String
'Usage Dim instance As ImGearThumbnailList Dim value As String instance.ImageServicePath = value value = instance.ImageServicePath
[Browsable(true)] [Description("Gets or sets RESTful WCF image service path.")] [DefaultValue()] [Category("ImGearThumbnailList Properties")] public string ImageServicePath {get; set;}
[Browsable(true)] [Description("Gets or sets RESTful WCF image service path.")] [DefaultValue()] [Category("ImGearThumbnailList Properties")] public: __property string* get_ImageServicePath(); public: __property void set_ImageServicePath( string* value );
[Browsable(true)] [Description("Gets or sets RESTful WCF image service path.")] [DefaultValue()] [Category("ImGearThumbnailList Properties")] public: property String^ ImageServicePath { String^ get(); void set ( String^ value); }