Gets or sets the display name for the auto-discoverable trackback ping notification handler.

Namespace:  Argotic.Core.Web
Assembly:  Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)

Syntax

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

Field Value

The display name for the auto-discoverable trackback ping notification handler. The default value is an empty string.

See Also