Share via


InfoPartGroup.repeating Method

Definition

Overloads

repeating()
repeating(Boolean)

repeating()

public:
 virtual bool repeating();
public virtual bool repeating ();
abstract member repeating : unit -> bool
override this.repeating : unit -> bool
Public Overridable Function repeating () As Boolean

Returns

Applies to

repeating(Boolean)

public:
 virtual bool repeating(bool _value);
public virtual bool repeating (bool _value);
abstract member repeating : bool -> bool
override this.repeating : bool -> bool
Public Overridable Function repeating (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Applies to