IISServerPath Property

MSBuild

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

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