KeywordTab Class

Definition

Represents a user interface tab that displays products associated with a given set of keywords.

public ref class KeywordTab : Microsoft::Web::PlatformInstaller::Tab
public class KeywordTab : Microsoft.Web.PlatformInstaller.Tab
type KeywordTab = class
    inherit Tab
Public Class KeywordTab
Inherits Tab
Inheritance
KeywordTab

Properties

Description

Gets the description of the current tab.

FeedList

Gets a collection of Feed objects.

(Inherited from Tab)
FromCustomFeed

Gets or sets a Boolean value that specifies whether the source of tab data is a custom feed.

(Inherited from Tab)
Id

Gets the string identifier of the current tab.

(Inherited from Tab)
Keywords

Gets a read-only collection of keywords associated with the current tab.

Name

Gets a string that contains the name of the current tab.

Products

Gets a read-only collection of products associated with the current keyword tab.

Applies to