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