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