ImageGear .NET v24.12 - Updated
MarkupLayerRecordID Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupArtDocumentDataConnection Class : MarkupLayerRecordID Property
Gets the MarkupLayerRecordID for the requested Markup Layer
Syntax
'Declaration
 
Protected Property MarkupLayerRecordID As String
'Usage
 
Dim instance As MarkupArtDocumentDataConnection
Dim value As String
 
instance.MarkupLayerRecordID = value
 
value = instance.MarkupLayerRecordID
protected string MarkupLayerRecordID {get; set;}
protected: __property string* get_MarkupLayerRecordID();
protected: __property void set_MarkupLayerRecordID( 
   string* value
);
protected:
property String^ MarkupLayerRecordID {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

MarkupArtDocumentDataConnection Class
MarkupArtDocumentDataConnection Members