PpmConfigurationPPMConfigGroupId Property |
Configuration group the user belongs to.
The user's configuration group number is configured on the server and discovered by the client application as part of the sign in process.
For a first time login when the group Id is not known, the default value of 0 should be used.
If the group number set by the client application does not match the value on the server,
the application will receive an appropriate event and should restart the sign in process with the received configuration group ID.
Configuration group the user belongs to.
The user's configuration group number is configured on the server and discovered by the client application as part of the sign in process.
For a first time login when the group Id is not known, the default value of 0 should be used.
If the group number set by the client application does not match the value on the server,
the application will receive an appropriate event and should restart the sign in process with the received configuration group ID.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic uint PPMConfigGroupId { get; set; }
Property Value
Type:
UInt32
See Also