Gets or sets the default syndication format used by the blog.

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

Syntax

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

Field Value

The default syndication format used by the blog.

Remarks

If no value is specified, blog defaults to using RSS 2.0 format.

See Also