Class WindowsPatches
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Windows patches on a Windows machine.
public class WindowsPatches : BypassSection
- Inheritance
-
WindowsPatches
- Inherited Members
Constructors
WindowsPatches()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsPatches class.
public WindowsPatches()
Properties
Items
Gets or sets the items in the collection.
public WindowsPatchCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsPatches class from the specified XML.
public static WindowsPatches FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsPatches
A CENTREL.XIA.Configuration.Types.WindowsPatches class.
ToString()
Returns the Windows patches as a human readable string - for example "10 Windows Patches".
public override string ToString()
Returns
- string
The Windows patches as a human readable string.