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