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