Share via


UpdateServicesPackage.SecurityRating Property 

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

Get/Set MSRC Sevevirty value.

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

Syntax

'Declaration
Public Property SecurityRating As SecurityRating
'Usage
Dim instance As UpdateServicesPackage
Dim value As SecurityRating

value = instance.SecurityRating

instance.SecurityRating = value
public SecurityRating SecurityRating { get; set; }
public:
property SecurityRating SecurityRating {
    SecurityRating get ();
    void set (SecurityRating value);
}
/** @property */
public SecurityRating get_SecurityRating ()

/** @property */
public void set_SecurityRating (SecurityRating value)
public function get SecurityRating () : SecurityRating

public function set SecurityRating (value : SecurityRating)

Property Value

The MSRC Severity value.

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.