public string Error { get; set; }Public Property Error As String
Get
Setpublic:
virtual property String^ Error {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Error : string with get, set
override Error : string with get, set