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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -