A password that permits a user to open an encrypted document and change Security settings. Supplying the correct password enables the user to open the document, decrypt it, display it on screen, and change Security settings.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property OwnerPassword As String
             
        
            
            'Usage
 
Dim instance As Security
Dim value As String
 
instance.OwnerPassword = value
 
value = instance.OwnerPassword
             
        
            
            public string OwnerPassword {get; set;}
             
        
            
            public: __property string* get_OwnerPassword();
public: __property void set_OwnerPassword( 
   string* value
);
             
        
            
            public:
property String^ OwnerPassword {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
             
            Exceptions
            
            
            
            
            
            
            
            
            
            
            See Also