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é ASP.NET Profile à laquelle le paramètre est lié.
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é ASP.NET Profile à laquelle le paramètre est lié.
Remarques
La PropertyName propriété identifie une propriété du profil de ASP.NET actuel disponible via l’objet actif HttpContext . Si la propriété n’existe pas pour le profil, la Evaluate méthode ne parvient pas à lier le paramètre à une valeur.