SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_raw_data Property

The unparsed entry as returned by the server.

Syntax

def get_client_file_entry_raw_data() -> str: ...
def set_client_file_entry_raw_data(value: str) -> None: ...

client_file_entry_raw_data = property(get_client_file_entry_raw_data, set_client_file_entry_raw_data)

Default Value

""

Remarks

The unparsed entry as returned by the server.

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