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