TenantCreateOrGetProperty Method

this method allows to create or update tenant property in context of other transaction.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
TenantProperty CreateOrGetProperty(
	string name
)

Parameters

name  String
name of the tenant property

Return Value

TenantProperty
existing or new TenantProperty object which can be modified and stored by the transaction running on other objects

See Also