Property Fields
Fields
Gets a collection of KML simple fields.
Declaration
public IReadOnlyList<KmlSimpleField> Fields { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<KmlSimpleField> | An collection of simple fields. |
Remarks
A collection of KmlSimpleField objects dictates the creation of simple data nodes. If there is no schema defined at the document level, the collection will be empty.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 - 200.6 |
.NET | 200.5 - 200.6 |
.NET Windows | 200.5 - 200.6 |
.NET Android | 200.5 - 200.6 |
.NET iOS | 200.5 - 200.6 |
.NET Framework | 200.5 - 200.6 |
UWP | 200.5 - 200.6 |