Gets or sets a value indicating if referral tracking is enabled.

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

Syntax

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

Field Value

true if referral tracking is enabled, otherwise returns false.

See Also