Share via


xRecord.skipTTSCheck Method

Definition

Overloads

skipTTSCheck()

Gets and sets the property that indicates whether to skip the check to determine whether the record is selected for update.

skipTTSCheck(Boolean)

skipTTSCheck()

Gets and sets the property that indicates whether to skip the check to determine whether the record is selected for update.

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

Returns

true if the TTS check should be skipped; otherwise, false.

Applies to

skipTTSCheck(Boolean)

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

Parameters

_newValue
Boolean

A Boolean value that indicates whether to skip the check; optional.

Returns

Applies to