'Declaration
<NotNullAttribute()> <XmlIgnoreAttribute()> Public Property SourceMember As String
'Usage
Dim instance As EventSource Dim value As String instance.SourceMember = value value = instance.SourceMember
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.