ImageGear .NET v24.12 - Updated
SqlArtMarkupNameField Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : SqlArtMarkupNameField Property
The name of the column which stores the Markup Layer Name in the table that stores annotations. The Markup Layer Name is a user-friendly and non-unqiue name to associate with a Markup Layer that may be displayed to the user as a mnemonic in the client viewer.
Syntax
'Declaration
 
Public ReadOnly Property SqlArtMarkupNameField As String
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As String
 
value = instance.SqlArtMarkupNameField
public string SqlArtMarkupNameField {get;}
public: __property string* get_SqlArtMarkupNameField();
public:
property String^ SqlArtMarkupNameField {
   String^ get();
}
Example
"ArtData"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members