Product.IsUpdate Property

Definition

Gets or sets a value that indicates whether the current product is an update.

public:
 property bool IsUpdate { bool get(); };
public bool IsUpdate { get; }
member this.IsUpdate : bool
Public ReadOnly Property IsUpdate As Boolean

Property Value

true if the product is an update to a previous version of a product, otherwise false.

Applies to