xRecord.skipTTSCheck Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.