Export.EstimatedItems property

Gets the estimated number of items in the export.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property EstimatedItems As Double
    Get
    Friend Set
'Usage
Dim instance As Export
Dim value As Double

value = instance.EstimatedItems
public double EstimatedItems { get; internal set; }

Property value

Type: System.Double
The number of estimated items in the export.

See also

Reference

Export class

Export members

Microsoft.Office.Server.Discovery namespace