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