AccessWrite Property

MSBuild

A value of true indicates that users are allowed to upload files and their associated properties to the enabled directory on your server or to change content in a Write-enabled file. Write can be implemented only with a browser that supports the PUT feature of the HTTP 1.1 protocol standard.


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

Syntax

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

/** property */
public void set_AccessWrite(bool value);
JScript
public function get AccessWrite() : bool

public function set AccessWrite(value : bool);

Property Value

Value indicating if AccessWrite is enabled or disabled.

See Also

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