ISIPConfigurationOutboundCallMapping Property |
Gets the SIP header mapping for outbound calls.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxIOutboundCallHeaderMapping OutboundCallMapping { get; set; }
Property OutboundCallMapping As IOutboundCallHeaderMapping
Get
Set
property IOutboundCallHeaderMapping^ OutboundCallMapping {
IOutboundCallHeaderMapping^ get ();
void set (IOutboundCallHeaderMapping^ value);
}
abstract OutboundCallMapping : IOutboundCallHeaderMapping with get, set
Property Value
Type:
IOutboundCallHeaderMapping
See Also