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

IUpdateServerConfiguration.MURollupOptin Property

Gets or sets whether the top-level server in the server hierarchy will send data to Microsoft Update about machine properties, the number of servers, the number of clients, etc.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As IUpdateServerConfiguration
Dim value As Boolean

value = instance.MURollupOptin

instance.MURollupOptin = value
bool MURollupOptin { get; set; }
/** @property */
boolean get_MURollupOptin ()

/** @property */
void set_MURollupOptin (boolean value)

function get MURollupOptin () : boolean

function set MURollupOptin (value : boolean)

Property Value

If true, the top-level server in the server hierarchy will send data to Microsoft Update about machine properties, the number of servers, the number of clients, etc. If false, the top-level server in the server hierarchy will not send data to Microsoft Update.
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.