UMCallDataRecord.Duration Property
Namespace: Microsoft.Exchange.UM.UMCommon
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property Duration As TimeSpan
Get
Friend Set
'Usage
Dim instance As UMCallDataRecord
Dim value As TimeSpan
value = instance.Duration
public TimeSpan Duration { get; internal set; }
Property Value
Type: System.TimeSpan