TenantDeleteProperty Method

removes property form list of Tenant properties

Definition

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

Parameters

name  String
 

Return Value

Boolean
true - if exists, or false if there is no such property

Remarks

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

See Also