WebScriptEndpointElement.CrossDomainScriptAccessEnabled Property

Definition

Gets or sets whether different host computers can access each others' scripts.

public:
 property bool CrossDomainScriptAccessEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("crossDomainScriptAccessEnabled", DefaultValue=false)]
public bool CrossDomainScriptAccessEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("crossDomainScriptAccessEnabled", DefaultValue=false)>]
member this.CrossDomainScriptAccessEnabled : bool with get, set
Public Property CrossDomainScriptAccessEnabled As Boolean

Property Value

true if cross domain script access is enabled; otherwise, false.

Attributes

Applies to