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