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