'Declaration
<MessagingDescriptionAttribute("Determines how the top (root) object of a graph is laid out in the serialized stream.")> <DefaultValueAttribute()> Public Property TopObjectFormat As FormatterAssemblyStyle
'Usage
Dim instance As BinaryMessageFormatter Dim value As FormatterAssemblyStyle instance.TopObjectFormat = value value = instance.TopObjectFormat
[MessagingDescription("Determines how the top (root) object of a graph is laid out in the serialized stream.")] [DefaultValue()] public FormatterAssemblyStyle TopObjectFormat {get; set;}
[MessagingDescription("Determines how the top (root) object of a graph is laid out in the serialized stream.")] [DefaultValue()] public: property FormatterAssemblyStyle TopObjectFormat { FormatterAssemblyStyle get(); void set ( FormatterAssemblyStyle value); }