'Declaration
<CanBeNullAttribute()> Public ReadOnly Property Model As UAModel
'Usage
Dim instance As UAModelClient Dim value As UAModel instance.Model = value value = instance.Model
[CanBeNull()] public UAModel Model {get;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.