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