ObjectStateFormatter.IFormatter.Binder Property

 

For a description of this member, see Formatter.Binder.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

private abstract Binder : SerializationBinder with get, set
private override Binder : SerializationBinder with get, set

Property Value

Type: System.Runtime.Serialization.SerializationBinder

The SerializationBinder that performs type lookups during deserialization.

This member is an explicit interface member implementation. It can be used only when the ObjectStateFormatter instance is cast to an IFormatter interface.

.NET Framework
Available since 2.0
Return to top
Show: