Gets or sets the username initialized in the constructor.
            
            
            
            
            
            
            
            
            Public Property Name As String
             
        
            
            Dim instance As User
Dim value As String
 
instance.Name = value
 
value = instance.Name
             
        
            
            public string Name {get; set;}
             
        
            
            public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
             
        
            
            public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
The string value that identifies the user.