Class SkuFilter
Define a number of search criteria which are used to query for SKUs. The terms of this object are combined together to jointly reduce the scope of the returned items.
Namespace: Microsoft.Licensing.LicenseIssue
Assembly: Slps.Domain.Interfaces.dll
Constructors
SkuFilter()
Declaration
public SkuFilter()
Fields
ProductId
The product identifier of the product the SKUs for which are to be retrieved
Declaration
public string ProductId
Field Value
Type | Description |
---|---|
System.String |
SkuName
The exact name of the SKU to be retrieved.
Declaration
public string SkuName
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Renders the contents of the filter as a string
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()