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

Retrieves the type associated with this particular surrogate.

[Visual Basic]
Public ReadOnly Property SurrogateType As Type
[C#]
public Type SurrogateType {get;}
[C++]
public: __property Type* get_SurrogateType();
[JScript]
public function get SurrogateType() : Type;

See Also

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