method Property

The remote Method .

Syntax

def get_method() -> str: ...
def set_method(value: str) -> None: ...

method = property(get_method, set_method)

Default Value

""

Remarks

When the method_uri or method properties are set, the action_uri property is automatically updated to method_uri#method.

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