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