Open sandboxFocus

Property this

this[string]

Gets a CachingProfile of a given name. If no profile exists, a new profile is created, registered and returned.

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 profileName.