  | AbstractChannelEventCallerIdName Property  | 
            Get/Set the Caller*ID Name of the channel if set or <unknown> if none has been set.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CallerIdName { get; set; }Public Property CallerIdName As String
	Get
	Set
public:
property String^ CallerIdName {
	String^ get ();
	void set (String^ value);
}member CallerIdName : string with get, set
Property Value
Type: 
String
See Also