Product.IsIisComponent Property

Definition

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

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

Property Value

true if the product is an IIS component, otherwise false.

Applies to