SavedSearch.ItemCount property

Gets or sets the count of items that matched the saved search query.

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

Syntax

'Declaration
Public Property ItemCount As Double
    Get
    Set
'Usage
Dim instance As SavedSearch
Dim value As Double

value = instance.ItemCount

instance.ItemCount = value
public double ItemCount { get; set; }

Property value

Type: System.Double
A count of items that matched the saved search query.

See also

Reference

SavedSearch class

SavedSearch members

Microsoft.Office.Server.Discovery namespace