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.SurrogateSelector

[To be supplied.]

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

See Also

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