'Declaration
<NotNullAttribute()> Public Property Source As String
'Usage
Dim instance As LogEntryEventArgs Dim value As String instance.Source = value value = instance.Source
[NotNull()] public string Source {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "Void"
.