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