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