[NotNull()] object Origin {get; set;}
'Declaration
<NotNullAttribute()> Property Origin As Object
'Usage
Dim instance As _UADataSetData Dim value As Object instance.Origin = value value = instance.Origin
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).