ExecutablePath Property

MSBuild

The full path to the executable used to respond to requests for a Uri ending with Extension


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

Syntax

Visual Basic (Declaration)
Public Property ExecutablePath As String
C#
public string ExecutablePath { get; set; }
C++
public property string ExecutablePath sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ExecutablePath();

/** property */
public void set_ExecutablePath(string value);
JScript
public function get ExecutablePath() : String

public function set ExecutablePath(value : String);

Remarks

This property is required when MapToAspNet is false (the default).

See Also

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