Password Property (GdViewer)
                                 
                                
                                    
                                        In This Topic
                                    
                                
                                
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property Password As String
             
        
            
            public string Password {get; set;}
             
        
            
            public read-write property Password: String; 
             
        
            
            public function get,set Password : String
             
        
            
            public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
             
        
            
            public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also