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; }
<DataMemberAttribute>
Public Property Patches As IProductUpdate()
Get
Set
public:
[DataMemberAttribute]
virtual property array<IProductUpdate^>^ Patches {
array<IProductUpdate^>^ get () sealed;
void set (array<IProductUpdate^>^ value) sealed;
}
[<DataMemberAttribute>]
abstract Patches : IProductUpdate[] with get, set
[<DataMemberAttribute>]
override Patches : IProductUpdate[] with get, set
Property Value
Type:
IProductUpdate
The patches.
Implements
IInstalledApplicationInfoPatchesSee Also