InstallationBehavior.RequiresNetworkConnectivity Property

 

Applies To: Windows Server Update Services

Whether the update requires network connectivity for the installation/uninstallation to complete successfully.

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

Syntax

public bool RequiresNetworkConnectivity { get; set; }
public:
property bool RequiresNetworkConnectivity {
    bool get();
    void set(bool value);
}
member RequiresNetworkConnectivity : bool with get, set
Public Property RequiresNetworkConnectivity As Boolean

Property Value

Type: System.Boolean

true if network connectivity is required; otherwise false.

See Also

InstallationBehavior Class
Microsoft.UpdateServices.Administration Namespace

Return to top