MailboxServer.UMReportingWorkCycle Property

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property UMReportingWorkCycle As Nullable(Of EnhancedTimeSpan)
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As Nullable(Of EnhancedTimeSpan)

value = instance.UMReportingWorkCycle

instance.UMReportingWorkCycle = value
[ParameterAttribute(Mandatory = false)]
public Nullable<EnhancedTimeSpan> UMReportingWorkCycle { get; set; }

Property Value

Type: System.Nullable<EnhancedTimeSpan>