Gets a string containing a raw 'dump' of the given record, not including attribute names etc.
| C# | Visual Basic |
public static string DumpRaw( ServiceRecord record )
Public Shared Function DumpRaw ( _ record As ServiceRecord _ ) As String
- record (ServiceRecord)
- A ServiceRecord to be dumped.
A String containing the 'dump' text.