Class ProductFilter
Filter used to constrain search results. All fields that are non-null will be used to select the returned items.
Namespace: Microsoft.Licensing.LicenseIssue
Assembly: Slps.Domain.Interfaces.dll
Constructors
ProductFilter()
Declaration
public ProductFilter()
Fields
ProductName
Name of the product. Must be an exact match, including case.
Declaration
public string ProductName
Field Value
Type | Description |
---|---|
System.String |