
C# | Visual Basic | Visual C++ |
public uint ReviewCount { get; set; }
Public Property ReviewCount As UInteger
public: property unsigned int ReviewCount { unsigned int get (); void set (unsigned int value); }

C# | Visual Basic | Visual C++ |
public uint ReviewCount { get; set; }
Public Property ReviewCount As UInteger
public: property unsigned int ReviewCount { unsigned int get (); void set (unsigned int value); }