CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


When overridden in a derived class, gets or sets the SerializationBinder used with the current formatter.

Namespace: ?System.Runtime.Serialization
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Property Binder As SerializationBinder
C#
public abstract SerializationBinder Binder { get; set; }
Visual C++
public:
virtual property SerializationBinder^ Binder {
	SerializationBinder^ get () abstract;
	void set (SerializationBinder^ value) abstract;
}
JavaScript
function get_binder();
function set_binder(value);

Return Value

The SerializationBinder used with the current formatter.

Implements

IFormatter..::.Binder

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT