'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property EntryType As LogEntryType
'Usage
Dim instance As LogEntryEventArgs Dim value As LogEntryType instance.EntryType = value value = instance.EntryType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public LogEntryType EntryType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property LogEntryType EntryType { LogEntryType get(); void set ( LogEntryType value); }