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!

SurrogateInfo.Surrogate

Retrieves the ISurrogateSelector providing the implementation of this surrogate.

[Visual Basic]
Public ReadOnly Property Surrogate As ISerializationSurrogate
[C#]
public ISerializationSurrogate Surrogate {get;}
[C++]
public: __property ISerializationSurrogate* get_Surrogate();
[JScript]
public function get Surrogate() : ISerializationSurrogate;

See Also

SurrogateInfo Structure | SurrogateInfo Members | System.Runtime.Serialization Namespace