Class HandlerMetadata
Base class for update handler metadata classes.
Inheritance
System.Object
HandlerMetadata
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class HandlerMetadata
Properties
| Improve this Doc View SourceHandlerType
The handler type.
Declaration
[JsonProperty]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateHandlerType HandlerType { get; set; }
Property Value
Type | Description |
---|---|
UpdateHandlerType |