ResponseCacheAttribute.CacheProfileName Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá nebo nastaví hodnotu názvu profilu mezipaměti.
public:
property System::String ^ CacheProfileName { System::String ^ get(); void set(System::String ^ value); };
public string CacheProfileName { get; set; }
public string? CacheProfileName { get; set; }
member this.CacheProfileName : string with get, set
Public Property CacheProfileName As String