Product.IsApplication Property

Definition

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

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

Property Value

true if the product is an application, otherwise false.

Applies to