 |
ChannelResourceTransferredCall Property |
A flag to indicate that this call was transferred from another application. If true, TransferredData may contain data passed from the other application.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntaxpublic bool TransferredCall { get; }Public ReadOnly Property TransferredCall As Boolean
Get
public:
property bool TransferredCall {
bool get ();
}member TransferredCall : bool with get
Property Value
Type:
Boolean
See Also