RouteInfoSourceExtension Property |
Gets the source extension who dialed the number.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic IExtensionBase SourceExtension { get; }
Public ReadOnly Property SourceExtension As IExtensionBase
Get
public:
property IExtensionBase^ SourceExtension {
IExtensionBase^ get ();
}
member SourceExtension : IExtensionBase with get
Property Value
IExtensionBase
See Also