Product Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class that represents a product.
public sealed class Product : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.Products.ProductLinks>
type Product = class
inherit ResourceBaseWithLinks<ProductLinks>
Public NotInheritable Class Product
Inherits ResourceBaseWithLinks(Of ProductLinks)
- Inheritance
Constructors
Product() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
Description |
Gets or sets the description. |
Id |
Gets or sets the id. |
IsMicrosoftProduct |
Gets or sets a value indicating whether this is a Microsoft product or not. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
ProductType |
Gets or sets the product type. |
PublisherName |
Gets or sets the publisher name. |
Title |
Gets or sets the title. |