TenantSetProperty(String, String, PropertyType, String) Method

Adds new or updates existing property of Tenant.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
bool SetProperty(
	string name,
	string value,
	PropertyType type,
	string desc
)

Parameters

name  String
 
value  String
 
type  PropertyType
 
desc  String
 

Return Value

Boolean
true - if property is new, or false if property will be updated

Remarks

Property which is set by this method will be inserted/updated by Tenant's implementation of Save method
Please pay attention that the list of properties will be actualized ONLY when notification about "TENANT" update will be delivered.

See Also