InstallBehavior.RequiresNetworkConnectivity Property
Applies To: Windows Server Update Services
Gets or sets whether this action requires network connectivity.
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
If true, the client machine will not attempt the action if the machine is not connected to a network.
Note
This property does not test the accessibility of the Internet or any particular network server; server accessibility can be tested with applicability rules.
See Also
InstallBehavior Class
Microsoft.UpdateServices.Administration Namespace
Return to top