[This is preliminary documentation and is subject to change.]
List of fields assigned to this part of a type.
Declaration Syntax
C# | Visual Basic | Visual C++ |
List<FieldSchema> fields { get; }
ReadOnly Property fields As List(Of FieldSchema)
property List<FieldSchema^>^ fields { List<FieldSchema^>^ get (); }