API Reference
Class
ProductDescriptor
Describes a product/platform to query for MSRC details. Typically derived from OS info.
Inheritance
- Object
- ProductDescriptor
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method PatchDetails.GetForProductsAsync
- Method PatchDetails.GetSummaryAsync
- Method ProductMap.Map
Constructors
public ProductDescriptor() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Family { get; set; } #Product family, for example "Windows", ".NET", "SQL Server".
public String Version { get; set; } #Version or line, such as "11", "Server 2022".
public String Build { get; set; } #Optional build number (e.g., 19045, 22631) used to refine mapping.
public String Edition { get; set; } #Optional edition information (e.g., Pro, Enterprise, Datacenter).