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!

BinaryFormatter.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);

Property Value

The style of top object layout to use.

Remarks

For the moment, you should accept the default of Object

See Also

BinaryFormatter Class | BinaryFormatter Members | System.Runtime.Serialization.Formatters.Binary Namespace | FormatterTopObjectStyle