Gets or sets the application path.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Property IISApplicationPath As String |
C# |
---|
protected string IISApplicationPath { get; set; } |
C++ |
---|
protected property string IISApplicationPath sealed { String get(); void set(String value); } |
J# |
---|
/** property */ protected string get_IISApplicationPath(); /** property */ protected void set_IISApplicationPath(string value); |
JScript |
---|
protected function get IISApplicationPath() : String protected function set IISApplicationPath(value : String); |
Property Value
The application path.
Remarks
Is in the form '/LM/W3SVC/1/Root'.
See Also
Documentation version 1.0.0.0.