VerifyFileExists Property

MSBuild

Set to true to instruct the Web server to verify the existence of the requested script file and to ensure that the requesting user has access permission for that script file.


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

Syntax

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

/** property */
public void set_VerifyFileExists(bool value);
JScript
public function get VerifyFileExists() : bool

public function set VerifyFileExists(value : bool);

See Also

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