'Declaration
ReadOnly Property Succeeded As Boolean
'Usage
Dim instance As _ConnectedConditionChangedEventArgs Dim value As Boolean value = instance.Succeeded
bool Succeeded {get;}
Property Value
True if OpcLabs.BaseLib.OperationModel.OperationEventArgs.Exception is null, and vice versa.The default value of this property is True
.