ImageGear .NET v24.12 - Updated
Description Property (MarkupSqlImageDataProvider)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : Description Property
Gets or sets the description for this provider.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Description As String
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As String
 
value = instance.Description
public override string Description {get;}
public: __property string* get_Description() override;
public:
property String^ Description {
   String^ get() override;
}

Property Value

The description for this provider.
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members