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




In This Topic
    SqlArtMarkupNameField Property
    In This Topic
    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