The name of the connection string to use to connect to the database used to store and retrieve annotations
%%. 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();
}
See Also