ProfilePropertyMetadata::IsReadOnly Property
.NET Framework (current version)
Gets or sets a value that indicates whether a profile property is read-only.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [DataMemberAttribute] property bool IsReadOnly { bool get(); void set(bool value); }
You set the IsReadOnly 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: