| OriginatePriority Property |
Get/Set the priority of the extension to connect to. If you set the priority
you also have to set the context and exten properties.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Priority { get; set; }
Public Property Priority As Integer
Get
Set
public:
property int Priority {
int get ();
void set (int value);
}
member Priority : int with get, set
Property Value
Type:
Int32See Also