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 (String)

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

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

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