'Declaration<NotNullAttribute()> ReadOnly Property ValueTarget As ValueTarget
'UsageDim instance As IAbstractBinding Dim value As ValueTarget value = instance.ValueTarget
[NotNull()] ValueTarget ValueTarget {get;}
[NotNull()] property ValueTarget^ ValueTarget { ValueTarget^ get(); }