[This is preliminary documentation and is subject to change.]
Gets an immutable dictionary of primary mappings, from Windows system time zone ID
to TZDB zone ID. This corresponds to the "001" territory which is present for every zone
within the mapping file.

C# | Visual Basic | Visual C++ |
public IDictionary<string, string> PrimaryMapping { get; }
Public ReadOnly Property PrimaryMapping As IDictionary(Of String, String) Get
public: property IDictionary<String^, String^>^ PrimaryMapping { IDictionary<String^, String^>^ get (); }
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)