Gets or sets whether or not to time stamp post links.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool TimeStampPostLinks{ get; set;}
Public Property TimeStampPostLinks As Boolean
public:
property bool TimeStampPostLinks {
	bool get ();
	void set (bool value);
}

See Also