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!

BinaryMessageFormatter.TopObjectFormat

Determines how the top (root) object of a graph is laid out in the serialized stream.

[Visual Basic]
Public Property TopObjectFormat As FormatterTopObjectStyle
[C#]
public FormatterTopObjectStyle TopObjectFormat {get; set;}
[C++]
public: __property FormatterTopObjectStyle get_TopObjectFormat();
public: __property void set_TopObjectFormat(FormatterTopObjectStyle);
[JScript]
public function get TopObjectFormat() : FormatterTopObjectStyle;
public function set TopObjectFormat(FormatterTopObjectStyle);

See Also

BinaryMessageFormatter Class | BinaryMessageFormatter Members | System.Messaging Namespace