ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupArtDocumentDataConnection Class / MarkupLayerRecordID Property




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