TenantGetPropertyByName(String, Boolean) Method
Returns a particular Tenant property given its name from persistent storage or from local cache, or if not found.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
TenantProperty GetPropertyByName(
string name,
bool last_modified_value
)
- name String
- The name of the property to retrieve.
- last_modified_value Boolean
- If true, search in local cache (not yet saved), false - equals to call GetPropertyByName(name)
TenantPropertyAn instance of
TenantProperty or
.