xMenuFunction.webSecureTransaction 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
webSecureTransaction() | |
webSecureTransaction(Boolean) |
webSecureTransaction()
public:
virtual bool webSecureTransaction();
public virtual bool webSecureTransaction ();
abstract member webSecureTransaction : unit -> bool
override this.webSecureTransaction : unit -> bool
Public Overridable Function webSecureTransaction () As Boolean
Returns
Applies to
webSecureTransaction(Boolean)
public:
virtual bool webSecureTransaction(bool _value);
public virtual bool webSecureTransaction (bool _value);
abstract member webSecureTransaction : bool -> bool
override this.webSecureTransaction : bool -> bool
Public Overridable Function webSecureTransaction (_value As Boolean) As Boolean
Parameters
- _value
- Boolean