SecureBlackbox 2020 Python Edition

Questions / Feedback?

binding Property

Specifies the type of the binding to use.

Syntax

def get_binding() -> int: ...
def set_binding(value: int) -> None: ...

binding = property(get_binding, set_binding)

Default Value

0

Remarks

Use this property to specify the binding type to use with the request.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]