  | OriginateExten Property  | 
                Get/Set the extension to connect to.
                If you set the extension you also have to set the context and priority properties.
            
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Exten { get; set; }Public Property Exten As String
	Get
	Set
public:
property String^ Exten {
	String^ get ();
	void set (String^ value);
}member Exten : string with get, set
Property Value
Type: 
String
See Also