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




In This Topic
    DocumentIdentifier Property (MarkupArtDocumentDataConnection)
    In This Topic
    Gets DocumentIdentifier property.
    Syntax
    'Declaration
     
    Protected Property DocumentIdentifier As String
    'Usage
     
    Dim instance As MarkupArtDocumentDataConnection
    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