AccessSource Property

MSBuild

A value of true indicates that users are allowed to access source code if either Read or Write permissions are set. Source code includes scripts in Microsoft ® Active Server Pages (ASP) applications.


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

Syntax

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

/** property */
public void set_AccessSource(bool value);
JScript
public function get AccessSource() : bool

public function set AccessSource(value : bool);

Property Value

Value indicating if AccessSource is enabled or disabled.

See Also

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