Gets or sets the URI of a web log that the author of this web log is promoting.

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

Syntax

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

Field Value

The Uri of a web log that the author of this web log is promoting.

See Also