AlternativeOption Class

Definition

Describes the alternative option specified by the Publisher for this image when this image is deprecated.

public class AlternativeOption
type AlternativeOption = class
Public Class AlternativeOption
Inheritance
AlternativeOption

Constructors

AlternativeOption()

Initializes a new instance of the AlternativeOption class.

AlternativeOption(String, String)

Initializes a new instance of the AlternativeOption class.

Properties

Type

Gets or sets describes the type of the alternative option. Possible values include: 'None', 'Offer', 'Plan'

Value

Gets or sets indicates the alternative option value specified by the Publisher. This is the Offer name when the type is Offer or the Plan name when the type is Plan.

Applies to