Expand Minimize
This topic has not yet been rated - Rate this topic

IUpdateServerConfiguration.MaximumAllowedComputers Property

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)
'Usage
Dim instance As IUpdateServerConfiguration
Dim value As Integer

value = instance.MaximumAllowedComputers

instance.MaximumAllowedComputers = value
int MaximumAllowedComputers { get; set; }
/** @property */
int get_MaximumAllowedComputers ()

/** @property */
void set_MaximumAllowedComputers (int value)

function get MaximumAllowedComputers () : int

function set MaximumAllowedComputers (value : int)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.