UMCallReportBase.BurstLossDurationMilliseconds Property
Namespace: Microsoft.Exchange.UM.UMCommon
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property BurstLossDurationMilliseconds As Nullable(Of Single)
Get
Friend Set
'Usage
Dim instance As UMCallReportBase
Dim value As Nullable(Of Single)
value = instance.BurstLossDurationMilliseconds
public Nullable<float> BurstLossDurationMilliseconds { get; internal set; }
Property Value
Type: System.Nullable<Single>