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.
Gets the number of avilable security updates.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public int AvailableUpdateCount { get; private set; }
public:
[DataMemberAttribute]
property int AvailableUpdateCount {
int get();
private: void set(int value);
}
<DataMemberAttribute>
Public Property AvailableUpdateCount As Integer
Get
Private Set
End Property
Property Value
Type: System.Int32
The number of available security updates.
See Also
SecurityUpdateDetailProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top