Share via


UpdateServicesPackage.SecurityBulletinId Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves a security bulletin Id.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Property SecurityBulletinId As String
'Usage
Dim instance As UpdateServicesPackage
Dim value As String

value = instance.SecurityBulletinId

instance.SecurityBulletinId = value
public string SecurityBulletinId { get; set; }
public:
property String^ SecurityBulletinId {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_SecurityBulletinId ()

/** @property */
public void set_SecurityBulletinId (String value)
public function get SecurityBulletinId () : String

public function set SecurityBulletinId (value : String)

Property Value

The security bulletin Id

Remarks

Note: Only Update type package can access this property. If not, an InvalidOperationException will be thrown.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.