ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupImageDocumentDataConnection Class / DocumentIdentifier Property




In This Topic
    DocumentIdentifier Property (MarkupImageDocumentDataConnection)
    In This Topic
    The Document Identifier for this Document Data Connection
    Syntax
    'Declaration
     
    Protected Property DocumentIdentifier As String
    'Usage
     
    Dim instance As MarkupImageDocumentDataConnection
    Dim value As String
     
    instance.DocumentIdentifier = value
     
    value = instance.DocumentIdentifier
    protected string DocumentIdentifier {get; set;}
    protected: __property string* get_DocumentIdentifier();
    protected: __property void set_DocumentIdentifier( 
       string* value
    );
    protected:
    property String^ DocumentIdentifier {
       String^ get();
       void set (    String^ value);
    }
    See Also