Cue.showAlert Method

Definition

Overloads

showAlert()
showAlert(Boolean)

showAlert()

public:
 virtual bool showAlert();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool showAlert ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member showAlert : unit -> bool
override this.showAlert : unit -> bool
Public Overridable Function showAlert () As Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

showAlert(Boolean)

public:
 virtual bool showAlert(bool _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool showAlert (bool _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member showAlert : bool -> bool
override this.showAlert : bool -> bool
Public Overridable Function showAlert (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to