Inheritance: System.Web.UI.WebControls.Parameter
 protected ProfileParameter(ProfileParameter original) : base(original)
 {
     this.PropertyName = original.PropertyName;
 }
		protected ProfileParameter (ProfileParameter original)
			: base (original)
		{
			this.PropertyName = original.PropertyName;
		}
 public override void Initialize()
 {
     this._parameter = new ProfileParameter();
     this._propertyNameTextBox.Text = string.Empty;
     this._defaultValueTextBox.Text = string.Empty;
 }