Gets/Sets the default news sorting used by news searches

C# | Visual Basic | Visual C++ |
public NewsSortOption NewsSort { get; set; }
Public Property NewsSort As NewsSortOption
public: property NewsSortOption NewsSort { NewsSortOption get (); void set (NewsSortOption value); }