IUpdateServerConfiguration.MURollupOptin Property

 

Applies To: Windows Server Update Services

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)

Syntax

bool MURollupOptin { get; set; }
property bool MURollupOptin {
    bool get();
    void set(bool value);
}
abstract MURollupOptin : bool with get, set
Property MURollupOptin As Boolean

Property Value

Type: System.Boolean

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.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top