A value of true indicates that the file or the contents of the folder may be read through Microsoft Internet Explorer.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AccessRead As Boolean |
C# |
---|
public bool AccessRead { get; set; } |
C++ |
---|
public property bool AccessRead sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_AccessRead(); /** property */ public void set_AccessRead(bool value); |
JScript |
---|
public function get AccessRead() : bool public function set AccessRead(value : bool); |
Property Value
Value indicating if AccessRead is enabled or disabled.
See Also
Documentation version 1.0.0.0.