Gets the command that should be serialized into or deserialized from a URL.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

Remarks

The command returned by this property will be different that the command associated with CommandSource if a copy of the command was made during a call to BuildUrl(Action<(Of <(CommandActionInfo>)>)). This property returns the copy if one was made.

See Also