SoftwareDistributionPackage.SecurityBulletinId Property
Applies To: Windows Server Update Services
Gets or sets the security bulletin ID associated with this package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string SecurityBulletinId { get; set; }
public:
property String^ SecurityBulletinId {
String^ get();
void set(String^ value);
}
member SecurityBulletinId : string with get, set
Public Property SecurityBulletinId As String
Property Value
Type: System.String
The security bulletin ID 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