ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupSqlImageDataProvider Class / Description Property




In This Topic
    Description Property (MarkupSqlImageDataProvider)
    In This Topic
    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