  | HoldedCallEventChannel1 Property  | 
                Get/Set the name of the channel that put the other channel on hold.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Channel1 { get; set; }Public Property Channel1 As String
	Get
	Set
public:
property String^ Channel1 {
	String^ get ();
	void set (String^ value);
}member Channel1 : string with get, set
Property Value
Type: 
String
See Also