ProfilePropertyMetadata::PropertyName Property
.NET Framework (current version)
Gets or sets the name of the profile property.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [DataMemberAttribute] property String^ PropertyName { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The name of the profile property as defined in the Web.config file.
You set the PropertyName property in the element of the section of the Web.config file when the property is defined.
.NET Framework
Available since 3.5
Available since 3.5
Show: