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