Class Simple
Simple prerequisite: a single update ID.
The update ID contained in a simple prerequisite must be installed before the update that has this prerequisite can be installed.
The detectoid ID contained in a simple prerequisite must evaluate to true before the update that has this prerequisite can be installed. See DetectoidCategory for more details.
Inheritance
System.Object
Simple
Implements
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Prerequisites
Assembly: package-graph-microsoft-update.dll
Syntax
public class Simple : IPrerequisite
Properties
| Improve this Doc View SourceUpdateId
The update ID or detectoid ID that is required before an update can be installed.
Declaration
public Guid UpdateId { get; }
Property Value
Type | Description |
---|---|
System.Guid |