ProvisioningRequest.FailureRowCount Property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property FailureRowCount As Integer
Get
Set
'Usage
Dim instance As ProvisioningRequest
Dim value As Integer
value = instance.FailureRowCount
instance.FailureRowCount = value
public int FailureRowCount { get; set; }
Property Value
Type: System.Int32