Show / Hide Table of Contents

Class WindowsSetupHandler

Metadata for the handler responsible with Windows feature updates.

Inheritance
System.Object
HandlerMetadata
WindowsSetupHandler
Inherited Members
HandlerMetadata.HandlerType
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class WindowsSetupHandler : HandlerMetadata

Properties

| Improve this Doc View Source

IsSetup360

Whether this feature update is setup360 or not

Declaration
[JsonProperty]
public bool? IsSetup360 { get; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Program

The entry point for starting the windows feature update process

Declaration
[JsonProperty]
public string Program { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX