| RoutingResultDestinationExtension Property  | 
            Gets the extension who will be called.
            
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic IExtensionBase DestinationExtension { get; set; }Public Property DestinationExtension As IExtensionBase
	Get
	Set
public:
property IExtensionBase^ DestinationExtension {
	IExtensionBase^ get ();
	void set (IExtensionBase^ value);
}member DestinationExtension : IExtensionBase with get, set
Property Value
Type: 
IExtensionBase
See Also