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.
Create an SecurityUpdateDetailProperty object, using the specified last error/success and availabue update count.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public static SecurityUpdateDetailProperty CreateSecurityUpdateDetailProperty(
bool lastErrorSuccess,
int availableUpdateCount
)
public:
static SecurityUpdateDetailProperty^ CreateSecurityUpdateDetailProperty(
bool lastErrorSuccess,
int availableUpdateCount
)
Public Shared Function CreateSecurityUpdateDetailProperty (
lastErrorSuccess As Boolean,
availableUpdateCount As Integer
) As SecurityUpdateDetailProperty
Parameters
lastErrorSuccess
Type: System.BooleanThe last error/success status.
availableUpdateCount
Type: System.Int32The available Windows Update count.
Return Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.SecurityUpdateDetailProperty
A new property object.
See Also
DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top