ScriptingProfileServiceSection.WriteAccessProperties Property
.NET Framework (current version)
Gets or sets the write-access profile properties.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
<ConfigurationPropertyAttribute("writeAccessProperties", DefaultValue := Nothing)> Public Property WriteAccessProperties As String()
Property Value
Type: System.String()An array that contains the names of the write-access profile properties.
In order to use write-access profile properties in AJAX-enabled applications, add one or more profile property names to the WriteAccessProperties property.
You can set WriteAccessProperties to an empty string array. This means that no profile properties are allowed to be set from client script.
.NET Framework
Available since 3.5
Available since 3.5
Show: