'DeclarationPublic Property TopObjectFormat As FormatterAssemblyStyle
'UsageDim 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); }