Share via


SecurityUpdateDetailProperty.LastErrorSuccess Property

 

Gets the last Error/Success status of Windows Update.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

[DataMemberAttribute]
public bool LastErrorSuccess { get; private set; }
public:
[DataMemberAttribute]
property bool LastErrorSuccess {
    bool get();
    private: void set(bool value);
}
<DataMemberAttribute>
Public Property LastErrorSuccess As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

The last Error/Success status.

See Also

SecurityUpdateDetailProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top