The username
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string Username { get; set; }
Public Property Username As String
public: property String^ Username { String^ get (); void set (String^ value); }
C# | Visual Basic | Visual C++ |
public string Username { get; set; }
Public Property Username As String
public: property String^ Username { String^ get (); void set (String^ value); }