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