Share via


DeviceInfo.SecurityUpdate Property

 

Gets the security update.

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

Syntax

public SecurityUpdateProperty SecurityUpdate { get; internal set; }
public:
property SecurityUpdateProperty^ SecurityUpdate {
    SecurityUpdateProperty^ get();
    internal: void set(SecurityUpdateProperty^ value);
}
Public Property SecurityUpdate As SecurityUpdateProperty
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Common.Devices.SecurityUpdateProperty

The security update.

See Also

DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top