PhoneLineConfigurationOutboundCallMapping Property |
Gets the SIP header mapping for outbound calls.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic IOutboundCallHeaderMapping OutboundCallMapping { get; set; }
Public Property OutboundCallMapping As IOutboundCallHeaderMapping
Get
Set
public:
virtual property IOutboundCallHeaderMapping^ OutboundCallMapping {
IOutboundCallHeaderMapping^ get () sealed;
void set (IOutboundCallHeaderMapping^ value) sealed;
}
abstract OutboundCallMapping : IOutboundCallHeaderMapping with get, set
override OutboundCallMapping : IOutboundCallHeaderMapping with get, set
Property Value
IOutboundCallHeaderMappingImplements
ISIPConfigurationOutboundCallMapping
See Also