'Declaration
Property EntryType As Integer
'Usage
Dim instance As _LogEntryEventArgs Dim value As Integer instance.EntryType = value value = instance.EntryType
int EntryType {get; set;}
Property Value
The default value of this property is Information (LogEntryType.Information)
.