UMCallReportBase.Jitter Property

Namespace:  Microsoft.Exchange.UM.UMCommon
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property Jitter As Nullable(Of Single)
    Get
    Friend Set
'Usage
Dim instance As UMCallReportBase
Dim value As Nullable(Of Single)

value = instance.Jitter
public Nullable<float> Jitter { get; internal set; }

Property Value

Type: System.Nullable<Single>