ProfileParameter.PropertyName 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 de la propriété de profil ASP.NET liée au paramètre.
public:
property System::String ^ PropertyName { System::String ^ get(); void set(System::String ^ value); };
public string PropertyName { get; set; }
member this.PropertyName : string with get, set
Public Property PropertyName As String
Valeur de propriété
Chaîne qui identifie la propriété de profil ASP.NET liée au paramètre.
Remarques
La PropertyName propriété identifie une propriété du profil ASP.NET actuel disponible via l’objet actuel HttpContext . Si la propriété n’existe pas pour le profil, la Evaluate méthode ne parvient pas à lier le paramètre à une valeur.