MigrationReport.Rows Property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property Rows As MultiValuedProperty(Of String)
Get
Friend Set
'Usage
Dim instance As MigrationReport
Dim value As MultiValuedProperty(Of String)
value = instance.Rows
public MultiValuedProperty<string> Rows { get; internal set; }