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!

DataSetMessageFormatter Constructor (Type)

Creates a new Dataset message formatter object, using the given properties.

[Visual Basic]
Overloads Public Sub New( _
   ByVal targetType As Type _
)
[C#]
public DataSetMessageFormatter(
   Type targetType
);
[C++]
public: DataSetMessageFormatter(
   Type* targetType
);
[JScript]
public function DataSetMessageFormatter(
   targetType : Type
);

Parameters

targetType
Specifies the type to create when deserializing strongly typed datasets.

See Also

DataSetMessageFormatter Class | DataSetMessageFormatter Members | System.Messaging Namespace | DataSetMessageFormatter Constructor Overload List