The name of the column which stores the Markup Layer Record ID in the Annotations table, which is part of
the composite key used to store Annotations. This is required so that the back-end may know which column corresponds
to the Markup Layer Record ID in SqlArtListCommand.
Syntax
'Declaration
Public ReadOnly Property SqlArtKeyArtIdField As String
'Usage
Dim instance As MarkupSqlImageDataProvider
Dim value As String
value = instance.SqlArtKeyArtIdField
public string SqlArtKeyArtIdField {get;}
public: __property string* get_SqlArtKeyArtIdField();
public:
property String^ SqlArtKeyArtIdField {
String^ get();
}
Example
"MarkupID"
See Also