API Reference
Class
PatchCatalogTargetContext
Describes a target and its resolved product mapping for estate-aware MSRC catalog queries.
Inheritance
- Object
- PatchCatalogTargetContext
Constructors
public PatchCatalogTargetContext() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String TargetName { get; set; } #Friendly target or computer name represented by this context.
public String ProductFamily { get; set; } #Product family, for example Windows or .NET.
public String ProductVersion { get; set; } #Product version or line, for example Server 2022 or 11.
public String ProductBuild { get; set; } #Optional build hint used to refine product mapping.
public String ProductEdition { get; set; } #Optional edition hint used to refine product mapping.
public IReadOnlyList<String> ProductFilters { get; set; } #Optional resolved product-name filters already derived for the target.