Gets or sets a value indicating if dispay of the country of commenter is enabled.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool EnableCountryInComments{ get; set;}
Public Property EnableCountryInComments As Boolean
public:
property bool EnableCountryInComments {
	bool get ();
	void set (bool value);
}

Field Value

true if commenter country display is enabled, otherwise returns false.

See Also