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




In This Topic
    ArtConnectionStringName Property
    In This Topic
    The name of the connection string to use to connect to the database used to store and retrieve annotations https. If this is not specified, ConnectionStringName will be used and it will be assumed that documents and annotations are stored in the same database.
    Syntax
    'Declaration
     
    Public ReadOnly Property ArtConnectionStringName As String
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As String
     
    value = instance.ArtConnectionStringName
    public string ArtConnectionStringName {get;}
    public: __property string* get_ArtConnectionStringName();
    public:
    property String^ ArtConnectionStringName {
       String^ get();
    }
    Remarks
    Either ConnectionStringName or ArtConnectionStringName are required.
    See Also