Default image if the service cannot find image for the user

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

Syntax

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

Property Value

Type: String

Implements

IGravatar..::..DefaultImageUrl

See Also