DNSetProperty(String, String, PropertyType, String) Method
Adds new or updates existing property of DN. 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 SetProperty(
string name,
string value,
PropertyType type,
string desc
)
- name String
-
- value String
-
- type PropertyType
-
- desc String
-
Booleantrue - if property is new, or false if property will be updated.
Property which is set by this method will be inserted/updated by
Save procedure.
Please pay attention that the list of properties will be actualized ONLY
when notification about "DN" update will be delivered.