'Declaration
<MessagingDescriptionAttribute("Determines how type descriptions are laid out in the serialized stream.")> <DefaultValueAttribute()> Public Property TypeFormat As FormatterTypeStyle
'Usage
Dim instance As BinaryMessageFormatter Dim value As FormatterTypeStyle instance.TypeFormat = value value = instance.TypeFormat
[MessagingDescription("Determines how type descriptions are laid out in the serialized stream.")] [DefaultValue()] public FormatterTypeStyle TypeFormat {get; set;}
[MessagingDescription("Determines how type descriptions are laid out in the serialized stream.")] [DefaultValue()] public: property FormatterTypeStyle TypeFormat { FormatterTypeStyle get(); void set ( FormatterTypeStyle value); }