System.Web.UI.WebControls.ProfileParameter.PropertyName Property

Gets or sets the name of the ASP.NET Profile property that the parameter binds to.

Syntax

public string PropertyName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ProfileParameter.PropertyName property identifies a property of the current ASP.NET Profile available through the current System.Web.HttpContext object. If the property does not exist for the Profile, the ProfileParameter.Evaluate(System.Web.HttpContext, System.Web.UI.Control) method fails to bind the parameter to a value.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0