PartialCachingAttribute.ProviderName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nom du fournisseur utilisé pour stocker les données du cache de sortie pour le contrôle associé.
public:
property System::String ^ ProviderName { System::String ^ get(); void set(System::String ^ value); };
public string ProviderName { get; set; }
member this.ProviderName : string with get, set
Public Property ProviderName As String
Valeur de propriété
Nom du fournisseur.
Remarques
Vous pouvez définir cette propriété de façon déclarative ou à l’aide d’un attribut.