ProfileParameter.PropertyName Property
.NET Framework 3.0
Gets or sets the name of the ASP.NET Profile property that the parameter binds to.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
ProfileParameter Members
System.Web.UI.WebControls Namespace
Profile
HttpProfileBase
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_PropertyName () /** @property */ public void set_PropertyName (String value)
public function get PropertyName () : String public function set PropertyName (value : String)
Not applicable.
Property Value
A string that identifies the ASP.NET Profile property that the parameter binds to.The PropertyName property identifies a property of the current ASP.NET Profile available through the current HttpContext object. If the property does not exist for the Profile, the Evaluate method fails to bind the parameter to a value.
Reference
ProfileParameter ClassProfileParameter Members
System.Web.UI.WebControls Namespace
Profile
HttpProfileBase
Community Additions
ADD
Show: