Report.Entries Property
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public Property Entries As List(Of ReportEntry)
Get
Set
'Usage
Dim instance As Report
Dim value As List(Of ReportEntry)
value = instance.Entries
instance.Entries = value
public List<ReportEntry> Entries { get; set; }
Property Value
Type: System.Collections.Generic.List<ReportEntry>
See Also