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!

SoapMessageFormatter.TypeFormat

Determines how type descriptions are laid out in the serialized stream.

[Visual Basic]
Public Property TypeFormat As FormatterTypeStyle
[C#]
public FormatterTypeStyle TypeFormat {get; set;}
[C++]
public: __property FormatterTypeStyle get_TypeFormat();
public: __property void set_TypeFormat(FormatterTypeStyle);
[JScript]
public function get TypeFormat() : FormatterTypeStyle;
public function set TypeFormat(FormatterTypeStyle);

See Also

SoapMessageFormatter Class | SoapMessageFormatter Members | System.Messaging Namespace