Partager via


ProfileManager.AddDynamicProfileProperty(ProfilePropertySettings) Méthode

Définition

Ajoute une propriété de profil par programmation.

public:
 static void AddDynamicProfileProperty(System::Web::Configuration::ProfilePropertySettings ^ property);
public static void AddDynamicProfileProperty (System.Web.Configuration.ProfilePropertySettings property);
static member AddDynamicProfileProperty : System.Web.Configuration.ProfilePropertySettings -> unit
Public Shared Sub AddDynamicProfileProperty (property As ProfilePropertySettings)

Paramètres

property
ProfilePropertySettings

Paramètres de propriété à ajouter.

Remarques

Cette méthode est fonctionnellement équivalente à l’ajout de la propriété à la profile section du fichier de configuration. Pour appeler cette méthode afin d’ajouter la propriété de profil, vous devez effectuer l’appel dans une méthode marquée avec l’attribut PreApplicationStartMethodAttribute .

S’applique à