'Declaration
<NotNullAttribute()> Public ReadOnly Property AttributeType As Type
'Usage
Dim instance As UAClientDataMapping Dim value As Type value = instance.AttributeType
[NotNull()] public Type AttributeType {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).