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.SeoAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
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); } |