NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IFormatter.Binder

[To be supplied.]

[Visual Basic]
Property Binder As SerializationBinder
[C#]
SerializationBinder Binder {get; set;}
[C++]
SerializationBinder* get_Binder() = 0;void set_Binder(SerializationBinder*) = 0;
[JScript]
abstract function get Binder() : SerializationBinder;
public abstract function set Binder(SerializationBinder);

See Also

IFormatter Interface | IFormatter Members | System.Runtime.Serialization Namespace