'Declaration
<NotNullAttribute()> <DefaultValueAttribute("")> Public Property SourcePath As String
'Usage
Dim instance As EventSource Dim value As String instance.SourcePath = value value = instance.SourcePath
[NotNull()] [DefaultValue("")] public string SourcePath {get; set;}
[NotNull()] [DefaultValue("")] public: property String^ SourcePath { String^ get(); void set ( String^ value); }