Gets or sets the current theme applied to the blog.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Theme{ get; set;}
Public Property Theme As String
public:
property String^ Theme {
	String^ get ();
	void set (String^ value);
}

Field Value

The configured theme for the blog.

See Also