OrphanActionParams Property

MSBuild

The OrphanActionParams property specifies command-line parameters for the executable specified by the OrphanActionExe property.


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

Syntax

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

/** property */
public void set_OrphanActionParams(string value);
JScript
public function get OrphanActionParams() : String

public function set OrphanActionParams(value : String);

Property Value

Value indicating the orphan action parameters.

See Also

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