c# - When reading new events where can I find the category in EventRecords? -


i've written new events 1 of has following details:

type: 101 category: 50 details: testevent 

now when read events use eventlogquery class , eventrecord items back. easy determine type (id) , details end there. i'm not understanding field contains category? or information lost?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -