'Declaration
<DefaultValueAttribute(0)> Public Property CategoryId As Long
'Usage
Dim instance As AEEventData Dim value As Long instance.CategoryId = value value = instance.CategoryId
[DefaultValue(0)] public long CategoryId {get; set;}
[DefaultValue(0)] public: property int64 CategoryId { int64 get(); void set ( int64 value); }