A value of true indicates that remote requests to view dynamic content are denied; only requests from the same computer as the IIS server succeed if the
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AccessNoRemoteScript As Boolean |
C# |
---|
public bool AccessNoRemoteScript { get; set; } |
C++ |
---|
public property bool AccessNoRemoteScript sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_AccessNoRemoteScript(); /** property */ public void set_AccessNoRemoteScript(bool value); |
JScript |
---|
public function get AccessNoRemoteScript() : bool public function set AccessNoRemoteScript(value : bool); |
Property Value
Value indicating if AccessNoRemoteScript is enabled or disabled.
See Also
Documentation version 1.0.0.0.