UpdateScope.UpdateSources Property
Applies To: Windows Server Update Services
Gets or sets the update sources to search for. An update will be included only if its update source is included in this value. This value may be a combination of any number of values from UpdateSources.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public UpdateSources UpdateSources { get; set; }
public:
property UpdateSources UpdateSources {
UpdateSources get();
void set(UpdateSources value);
}
member UpdateSources : UpdateSources with get, set
Public Property UpdateSources As UpdateSources
Property Value
Type: Microsoft.UpdateServices.Administration.UpdateSources
The update sources to search for. An update will be included only if its update source is included in this value. This value may be a combination of any number of values from UpdateSources. Defaults to All.
See Also
UpdateScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top