Retrieves a dictionary item by key.
public abstract ValueTask<IDictionaryItem> GetItemByKeyAsync(string itemKey, bool throwOnNotFound = False)
- Returns:
- ValueTask<IDictionaryItem>
Parameters
itemKey
string
The key to retrieve the dictionary item for.
throwOnNotFound
bool