Common.skipTTSCheck Method

Definition

Overloads

skipTTSCheck()
skipTTSCheck(Boolean)

skipTTSCheck()

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

Returns

Applies to

skipTTSCheck(Boolean)

public:
 bool skipTTSCheck(bool newValue);
public bool skipTTSCheck (bool newValue);
member this.skipTTSCheck : bool -> bool
Public Function skipTTSCheck (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to