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);
DataSetMessageFormatter Class | DataSetMessageFormatter Members | System.Messaging Namespace