SoftwareDistributionPackage.CommonVulnerabilitiesIds Property
Applies To: Windows Server Update Services
Gets a collection of common vulnerabilities IDs.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public StringCollection CommonVulnerabilitiesIds { get; }
public:
property StringCollection^ CommonVulnerabilitiesIds {
StringCollection^ get();
}
member CommonVulnerabilitiesIds : StringCollection with get
Public ReadOnly Property CommonVulnerabilitiesIds As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
A collection of the IDs of common vulnerabilities associated with this package.
Remarks
Only update type package can access this property. If not, an InvalidOperationException will be thrown.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top