SearchAndProcessItem.ResultsRequested Property
Gets or sets the number of search results requested for this query.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property ResultsRequested As Short
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As Short
value = instance.ResultsRequested
instance.ResultsRequested = value
public short ResultsRequested { get; set; }
Property Value
Type: System.Int16
A short value that indicates the number of search results requested for this query.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace