Click or drag to resize
SipUserConfigurationDisplayName Property
The display name used to identify the endpoint the user is on.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public string DisplayName { get; set; }

Property Value

Type: String
Remarks
In SIP this is inserted in the display name portion of SIP Contact header. For example, the display name may be set to "Alice's Flare on iPad". This label is used to identify an endpoint from a list of endpoints that can be registered on behalf of the user (e.g., when SM's parallel forking group feature is enabled).
See Also