Class WindowsSetupHandler
Metadata for the handler responsible with Windows feature updates.
Inherited Members
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class WindowsSetupHandler : HandlerMetadata
Properties
| Improve this Doc View SourceIsSetup360
Whether this feature update is setup360 or not
Declaration
[JsonProperty]
public bool? IsSetup360 { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Program
The entry point for starting the windows feature update process
Declaration
[JsonProperty]
public string Program { get; }
Property Value
Type | Description |
---|---|
System.String |