Product.ExternalWarningShown Property

Definition

Gets or sets a value that determines whether an external warning is shown.

public:
 property bool ExternalWarningShown { bool get(); void set(bool value); };
public bool ExternalWarningShown { get; set; }
member this.ExternalWarningShown : bool with get, set
Public Property ExternalWarningShown As Boolean

Property Value

true if the external warning was shown, otherwise false.

Applies to