CallDetailDurationSeconds Property |
The duration of the call (in seconds). [Required] [Default(0)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Telephony
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int DurationSeconds { get; set; }
Public Property DurationSeconds As Integer
Get
Set
public:
property int DurationSeconds {
int get ();
void set (int value);
}
member DurationSeconds : int with get, set
Property Value
Type:
Int32
See Also