Gets or sets a value indicating if Gravatars are enabled or not.

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

Syntax

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

Field Value

true if Gravatars are enabled, otherwise returns false.

See Also