Share via


Cue.showSum Method

Definition

Overloads

showSum()
showSum(Boolean)

showSum()

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

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

showSum(Boolean)

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

Parameters

_value
Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to