Click or drag to resize
CallCallerIdentityPrivate Property
A Boolean value indicating whether the identity of the user who initiated the call wishes their identity to be kept private. For an incoming call, this property returns whether the remote user's address is private. For an outgoing call, this property returns whether the local user's address is private (which can happen if user chooses to make a private call).

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

Property Value

Type: Boolean
See Also