'Declaration
Public ReadOnly Property IsBad As Boolean
'Usage
Dim instance As UAStatusCode Dim value As Boolean value = instance.IsBad
public bool IsBad {get;}
Property Value
Returns true if the status code is bad.The default value of this property is True
.