The web application that should have its script maps updated.
Namespace: MSBuild.Community.Tasks.AspNet
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Path As String |
C# |
---|
public string Path { get; set; } |
C++ |
---|
public property string Path sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_Path(); /** property */ public void set_Path(string value); |
JScript |
---|
public function get Path() : String public function set Path(value : String); |
Remarks
The path must be of the form W3SVC/[instance]/Root/[webdirectory], for example W3SVC/1/Root/SampleApp1. As a shortcut, you can specify just the web directory name, if the web directory is installed in the default website instance (W3SVC/1/Root).
You should not specify a value for
See Also
Documentation version 1.0.0.0.