public OnErrorAction OnError { get; set; }Public Property OnError As OnErrorAction
Get
Setpublic:
virtual property OnErrorAction OnError {
OnErrorAction get () sealed;
void set (OnErrorAction value) sealed;
}abstract OnError : OnErrorAction with get, set
override OnError : OnErrorAction with get, set