Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Property that describes detials of a Security Update.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.Devices.DeviceProperty
Microsoft.WindowsServerSolutions.Common.Devices.SecurityUpdateDetailProperty
Syntax
[DataContractAttribute]
public sealed class SecurityUpdateDetailProperty : DeviceProperty
[DataContractAttribute]
public ref class SecurityUpdateDetailProperty sealed : DeviceProperty
<DataContractAttribute>
Public NotInheritable Class SecurityUpdateDetailProperty
Inherits DeviceProperty
Properties
Name | Description | |
---|---|---|
![]() |
AvailableUpdateCount | Gets the number of avilable security updates. |
![]() |
LastErrorSuccess | Gets the last Error/Success status of Windows Update. |
![]() |
PropertyName | Gets the name of the property.(Inherited from DeviceProperty.) |
![]() |
Timestamp | Gets the timestamp for the device.(Inherited from DeviceProperty.) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(DeviceProperty) | Determines if this SecurityUpdateDetailProperty object is equal to another.(Overrides DeviceProperty.Equals(DeviceProperty).) |
![]() |
Equals(Object) | Determines if the current instance is equal to the specified Object.(Overrides Object.Equals(Object).) |
![]() |
GetHashCode() | Gets a hash code for the current instance.(Overrides Object.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | Returns a string that represents the current object.(Overrides Object.ToString().) |
![]() |
UpdateDeviceInfo(DeviceInfo) | Updates the information for the device. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top