  | QueueMemberEventLastCall Property  | 
            Get/Set the time (in seconds since 01/01/1970) the last successful call answered by the added member was hungup.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic long LastCall { get; set; }Public Property LastCall As Long
	Get
	Set
public:
property long long LastCall {
	long long get ();
	void set (long long value);
}member LastCall : int64 with get, set
Property Value
Type: 
Int64
See Also