Groupset_RoleTagDescription Method

Note: This API is now obsolete.
returns description of role. Object model stores description as a string. Concrete format and interpretation of this data should be specified separatelly for each version of PBX. Third party applications must not try to modify data of this property. This field is reserved for internal use only

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("Use Roles property to set role description")]
void set_RoleTagDescription(
	string idx,
	string value
)

Parameters

idx  String
 
value  String
 

See Also