ScriptingProfileServiceSection.ReadAccessProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the read-access profile properties.
public:
property cli::array <System::String ^> ^ ReadAccessProperties { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Configuration.ConfigurationProperty("readAccessProperties", DefaultValue=null)]
public string[] ReadAccessProperties { get; set; }
[<System.Configuration.ConfigurationProperty("readAccessProperties", DefaultValue=null)>]
member this.ReadAccessProperties : string[] with get, set
Public Property ReadAccessProperties As String()
Property Value
An array that contains the names of the read-access profile properties.
- Attributes
Remarks
In order to use read-access profile properties in AJAX-enabled applications, add one or more profile property names to the ReadAccessProperties property.
You can set ReadAccessProperties to an empty string array. This means that no profile properties are allowed to be read from client script.