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!

Formatter.SurrogateSelector

Sets or returns the ISurrogateSelector used with this formatter. The SurrogateSelector is used to look up implementations of ISerializationSurrogate which may control the serialization of a particular type.

[Visual Basic]
MustOverride Public Property SurrogateSelector As _
   ISurrogateSelector
[C#]
public ISurrogateSelector SurrogateSelector {abstract get; abstract
   set;}
[C++]
public: __property virtual ISurrogateSelector* get_SurrogateSelector() = 0;public: __property virtual void set_SurrogateSelector(ISurrogateSelector*) = 0;
[JScript]
public abstract function get SurrogateSelector() : ISurrogateSelector;
public abstract function set SurrogateSelector(ISurrogateSelector);

See Also

Formatter Class | Formatter Members | System.Runtime.Serialization Namespace