IInstalledApplicationInfoPatches 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 IProductUpdate[] Patches { get; set; }
Property Patches As IProductUpdate()
Get
Set
property array<IProductUpdate^>^ Patches {
array<IProductUpdate^>^ get ();
void set (array<IProductUpdate^>^ value);
}
abstract Patches : IProductUpdate[] with get, set
Property Value
Type:
IProductUpdate
The patches.
See Also