get_property Method

Get the value for a particular property.

Syntax

def get_property(property_name: str) -> str: ...

Remarks

The class will search through its internal properties properties for the property identified by PropertyName and will return the value associated with it.

PropertyName may also be a partial XPath expression to the retrieved resource XML. This is useful for reading values of composite properties.

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