'Declaration
 
Public Property DocumentFolder As System.String
             
        
            
            'Usage
 
Dim instance As Document
Dim value As System.String
 
instance.DocumentFolder = value
 
value = instance.DocumentFolder
             
        
            
            public System.string DocumentFolder {get; set;}
             
        
            
            public read-write property DocumentFolder: System.String; 
             
        
            
            public function get,set DocumentFolder : System.String
             
        
            
            public: __property System.string* get_DocumentFolder();
public: __property void set_DocumentFolder( 
   System.string* value
);
             
        
            
            public:
property System.String^ DocumentFolder {
   System.String^ get();
   void set (    System.String^ value);
}