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!

SerializationInfo.SetType

[To be supplied.]

[Visual Basic]
Public Sub SetType( _
   ByVal type As Type _
)
[C#]
public void SetType(
   Type type
);
[C++]
public: void SetType(
   Type* type
);
[JScript]
public function SetType(
   type : Type
);

Parameters

type
[To be supplied.]

See Also

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