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