The ICommandCollectionSerializer to use to serialize and deserialize the commands. This member must be set to a non-null value. The constructor for BaseSeoUrlProvider instantiates this member.

Namespace:  Endeca.Web.Url.Seo
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also