Click or drag to resize

InstalledApplicationInfoPatches Property

Gets or sets the patches.

Namespace:  Xcalibur.Models.InstalledApps
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public IProductUpdate[] Patches { get; set; }

Property Value

Type: IProductUpdate
The patches.

Implements

IInstalledApplicationInfoPatches
See Also