Share via


IUpdate.MsrcSeverity Property

 

Applies To: Windows Server Update Services

Gets the maximum severity rating of the Microsoft Security Response Center (MSRC) bulletin that is associated with the update.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

MsrcSeverity MsrcSeverity { get; }
property MsrcSeverity MsrcSeverity {
    MsrcSeverity get();
}
abstract MsrcSeverity : MsrcSeverity with get
ReadOnly Property MsrcSeverity As MsrcSeverity

Property Value

Type: Microsoft.UpdateServices.Administration.MsrcSeverity

Maximum severity rating of the Microsoft Security Response Center (MSRC) bulletin that is associated with this update. For possible values, see MsrcSeverity.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top