SavedSearch.TotalSize property

Gets or sets the total size, in megabytes, of items that match the saved search query.

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

Syntax

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

value = instance.TotalSize

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

Property value

Type: System.Double
Total size, in megabytes, of items that match the saved search query.

See also

Reference

SavedSearch class

SavedSearch members

Microsoft.Office.Server.Discovery namespace