[This is preliminary documentation and is subject to change.]
Name value pairs to be filled from the fields of the instance which
is to be serialized.
Declaration Syntax
C# | Visual Basic | Visual C++ |
List<NameValuePair> fields { get; }
ReadOnly Property fields As List(Of NameValuePair)
property List<NameValuePair^>^ fields { List<NameValuePair^>^ get (); }