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