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