ScriptingProfileServiceSection.ReadAccessProperties Property

Definition

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

String[]

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.

Applies to