Share via


AsyncUiTask<TBusinessObject>.UiActivation Property

 

Gets or sets the behavior that the Dashboard uses to decide whether to use an existing process when the same task is selected or to start a new process each time the task is selected.

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

Syntax

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

Property Value

Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.UiActivation

A value of the UiActivation enumeration that specifies whether to activate the user interface that is associated with an existing process.

Remarks

If UiActivation is set to IfArgumentsAreEqual and the task is currently running, the Dashboard will activate the user interface that is associated with the running task.

TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.

See Also

AsyncUiTask<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top