'Declaration
<CanBeNullAttribute()> Property HelpLink As String
'Usage
Dim instance As _ProcedureCallException Dim value As String instance.HelpLink = value value = instance.HelpLink
[CanBeNull()] string HelpLink {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).