DNDeleteProperty Method
Removes property form list of DN properties. Changes are made to local cache. To store them into persistent storage, call
Save method.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
bool DeleteProperty(
string name
)
- name String
-
Booleantrue - if exists, or false if there is no such property
Property which is set by this method will be deleted by
Save procedure.
Please pay attention that the list of properties will be actualized ONLY
when notification about corresponding "DN" update notification will be delivered.