Path for the image that is returned if the service cannot retrieve the gravatar for the current user.

Namespace: MonoSoftware.MonoX.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string ErrorImagePath { get; set; }
Visual Basic
Public Property ErrorImagePath As String
	Get
	Set
Visual C++
public:
virtual property String^ ErrorImagePath {
	String^ get () sealed;
	void set (String^ value) sealed;
}
F#
abstract ErrorImagePath : string with get, set
override ErrorImagePath : string with get, set

Property Value

Type: String

Implements

IGravatar..::..ErrorImagePath

See Also