ResiliencePropertyKey<TValue> public struct ResiliencePropertyKey<TValue> Represents a key used by ResilienceProperties. Documentation Code public string Key { get; } Gets the name of the key. public ResiliencePropertyKey(string key) Initializes a new instance of the ResiliencePropertyKey<T> struct.