'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> Public ReadOnly Property CurrentLinkingTarget As LinkingTarget
'Usage
Dim instance As PointBinding Dim value As LinkingTarget instance.CurrentLinkingTarget = value value = instance.CurrentLinkingTarget
[Browsable(false)] [CanBeNull()] public LinkingTarget CurrentLinkingTarget {get;}
[Browsable(false)] [CanBeNull()] public: property LinkingTarget^ CurrentLinkingTarget { LinkingTarget^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).