this[string?]
Gets a CachingProfile of a given name. If no profile exists, a KeyNotFoundException is thrown.
Declaration
public CachingProfile this[string? profileName] { get; }Parameters
| Type | Name | Description |
|---|---|---|
| string | profileName | The profile name (a case-insensitive string). |
Property Value
| Type | Description |
|---|---|
| CachingProfile | A CachingProfile object with name |