'Declaration
<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal severity As UASeverity _ ) As UAStatusCode
'Usage
[NotNull()] public UAStatusCode operator implicit( UASeverity severity )
[NotNull()] public: operator UAStatusCode^ ( UASeverity severity )
Parameters
- severity
- Indicates whether the StatusCode represents a good, bad or uncertain condition.
Return Value
Returns the status code with specified severity.
This method never returns null
(Nothing
in Visual Basic).