'Declaration
Public Property EntryType As LogEntryType
'Usage
Dim instance As LogEntryEventArgs Dim value As LogEntryType instance.EntryType = value value = instance.EntryType
public LogEntryType EntryType {get; set;}
public: property LogEntryType EntryType { LogEntryType get(); void set ( LogEntryType value); }
Property Value
The default value of this property is Information (LogEntryType.Information)
.