AccessExecute Property

MSBuild

Gets or sets a value that indicates if the file or the contents of the folder may be executed, regardless of file type.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AccessExecute As Boolean
C#
public bool AccessExecute { get; set; }
C++
public property bool AccessExecute sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AccessExecute();

/** property */
public void set_AccessExecute(bool value);
JScript
public function get AccessExecute() : bool

public function set AccessExecute(value : bool);

Property Value

A value indicating if AccessExecute is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.