Gets a collection of Category objects used to categorize the web log content.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public List<Category> Categories{ get;}
Public ReadOnly Property Categories As List(Of Category)
public:
property List<Category^>^ Categories {
	List<Category^>^ get ();
}

Field Value

A collection of Category objects used to categorize the web log content.

See Also