MailboxSearchObject.ResultSize Property

Namespace:  Microsoft.Exchange.Data.Storage.Infoworker.MailboxSearch
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public ReadOnly Property ResultSize As ByteQuantifiedSize
    Get
'Usage
Dim instance As MailboxSearchObject
Dim value As ByteQuantifiedSize

value = instance.ResultSize
public ByteQuantifiedSize ResultSize { get; }