ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ImGearSelectionPage Class / DocumentIdentifier Property




In This Topic
    DocumentIdentifier Property (ImGearSelectionPage)
    In This Topic
    Gets or sets document identifier for the document.
    Syntax
    'Declaration
     
    Public Property DocumentIdentifier As String
    'Usage
     
    Dim instance As ImGearSelectionPage
    Dim value As String
     
    instance.DocumentIdentifier = value
     
    value = instance.DocumentIdentifier
    public string DocumentIdentifier {get; set;}
    public: __property string* get_DocumentIdentifier();
    public: __property void set_DocumentIdentifier( 
       string* value
    );
    public:
    property String^ DocumentIdentifier {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The default value is an empty string;
    See Also