Gets or sets a collection of name value pairs represting additional state that should be represented in the serialized state string. This value may be null.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also