'Declaration
<NotNullAttribute()> ReadOnly Property ErrorId As String
'Usage
Dim instance As _UAEngineException Dim value As String value = instance.ErrorId
[NotNull()] string ErrorId {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).