'Declaration
<ValueLimitsAttribute(0, 4294967295)> Public Property CategoryId As Long
'Usage
Dim instance As AEEventData Dim value As Long instance.CategoryId = value value = instance.CategoryId
[ValueLimits(0, 4294967295)] public long CategoryId {get; set;}
Property Value
The default value of this property is 0
.