'Declaration
Public Property TypeFormat As FormatterTypeStyle
'Usage
Dim instance As BinaryMessageFormatter Dim value As FormatterTypeStyle instance.TypeFormat = value value = instance.TypeFormat
public FormatterTypeStyle TypeFormat {get; set;}
public: property FormatterTypeStyle TypeFormat { FormatterTypeStyle get(); void set ( FormatterTypeStyle value); }