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

Specifies the type to create when deserializing strongly typed datasets.

[Visual Basic]
Public Property TargetType As Type
[C#]
public Type TargetType {get; set;}
[C++]
public: __property Type* get_TargetType();
public: __property void set_TargetType(Type*);
[JScript]
public function get TargetType() : Type;
public function set TargetType(Type);

See Also

DataSetMessageFormatter Class | DataSetMessageFormatter Members | System.Messaging Namespace