DeviceInfo.SecurityUpdateDetail Property
Gets the security update detail.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public SecurityUpdateDetailProperty SecurityUpdateDetail { get; internal set; }
public:
property SecurityUpdateDetailProperty^ SecurityUpdateDetail {
SecurityUpdateDetailProperty^ get();
internal: void set(SecurityUpdateDetailProperty^ value);
}
Public Property SecurityUpdateDetail As SecurityUpdateDetailProperty
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.SecurityUpdateDetailProperty
The security update detail.
See Also
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top