InstallableItem.InstallBehavior Property

 

Applies To: Windows Server Update Services

Gets or sets the installation behavior.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public InstallBehavior InstallBehavior { get; set; }
public:
property InstallBehavior^ InstallBehavior {
    InstallBehavior^ get();
    void set(InstallBehavior^ value);
}
member InstallBehavior : InstallBehavior with get, set
Public Property InstallBehavior As InstallBehavior

Property Value

Type: Microsoft.UpdateServices.Administration.InstallBehavior

The InstallBehavior.

See Also

InstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top