TimeZoneNamePropertyCollectionItem(String) Property
Collection indexer by language ID
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public TimeZoneNameProperty this[
string languageId
] { get; }
Public ReadOnly Default Property Item (
languageId As String
) As TimeZoneNameProperty
Get
public:
property TimeZoneNameProperty^ default[String^ languageId] {
TimeZoneNameProperty^ get (String^ languageId);
}
member Item : TimeZoneNameProperty with get
- languageId String
- The language ID by which to search
TimeZoneNamePropertyWhen retrieving an item, the entry whose
Language property matches the specified
language ID is returned. If an exact match is not found, an attempt is made to locate a match using
only the two letter ISO language name. If that fails, an attempt is made to find an entry using the
current culture. If that fails, it returns the first entry in the list or null if there are none.