public string? FullName { get; set; }
Public Property FullName As String Get Set
public: property String^ FullName { String^ get (); void set (String^ value); }
member FullName : string with get, set
In This Article