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