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