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