'Declaration <DataMemberAttribute()> Public Property TotalEventsReported As UInteger
'Usage Dim instance As CollectorStatistics Dim value As UInteger instance.TotalEventsReported = value value = instance.TotalEventsReported
[DataMember()] public uint TotalEventsReported {get; set;}
[DataMember()] public: property uint TotalEventsReported { uint get(); void set ( uint value); }