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

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