IUpdateServerConfiguration.MaximumAllowedComputers Property

 

Applies To: Windows Server Update Services

Gets or sets the maximum number of computers allowed as targets of the WSUS server.

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

Syntax

int MaximumAllowedComputers { get; set; }
property int MaximumAllowedComputers {
    int get();
    void set(int value);
}
abstract MaximumAllowedComputers : int with get, set
Property MaximumAllowedComputers As Integer

Property Value

Type: System.Int32

The maximum number of target computers.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top