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);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also