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