[This is preliminary documentation and is subject to change.]
FirstName Property
| C# | Visual Basic | Visual C++ |
public string FirstName { get; set; }
Public Property FirstName As String
public: property String^ FirstName { String^ get (); void set (String^ value); }