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