Partager via


ProcessTaskStartInfo.LaunchBehavior Property

 

Gets or sets the behavior of how the task is started.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public LaunchBehavior LaunchBehavior { get; set; }
public:
property LaunchBehavior LaunchBehavior {
    LaunchBehavior get();
    void set(LaunchBehavior value);
}
Public Property LaunchBehavior As LaunchBehavior

Property Value

Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.LaunchBehavior

An instance of the LaunchBehavior enumerator.

See Also

ProcessTaskStartInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top