The SSIExecDisable property specifies whether server-side include (SSI) #exec directives are disabled under this path.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property SsiExecDisable As Boolean |
C# |
---|
public bool SsiExecDisable { get; set; } |
C++ |
---|
public property bool SsiExecDisable sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_SsiExecDisable(); /** property */ public void set_SsiExecDisable(bool value); |
JScript |
---|
public function get SsiExecDisable() : bool public function set SsiExecDisable(value : bool); |
Property Value
Value indicating if SsiExecDisable is enabled or disabled.
See Also
Documentation version 1.0.0.0.