Gets the level number. The valid range is 0 to 16.
The server doesn't provide the level number, so csdk fills it as 0 by default.
When the Skill is created by client and will be used for Add/Remove skill request:
1-16 mean that the skill is being added,
0 means that the skill is being removed and doesn't need a skill level input.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic int SkillLevel { get; }
Property Value
Type:
Int32
See Also