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