Product Class

Definition

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.

Applies to