Product.External Property

Definition

Gets a value that determines whether a product is external.

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

Property Value

true if the product is external, otherwise false.

Applies to