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