ImageGear .NET v24.12 - Updated
DocumentIdentifier Property (ImGearSelectionPage)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearSelectionPage Class : DocumentIdentifier Property
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

Reference

ImGearSelectionPage Class
ImGearSelectionPage Members