SearchAndProcessItem.ContextualScopeUrl Property
Gets or sets a URL that is used to restrict search results.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property ContextualScopeUrl As String
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As String
value = instance.ContextualScopeUrl
instance.ContextualScopeUrl = value
public string ContextualScopeUrl { get; set; }
Property Value
Type: System.String
A string that contains the URL used to restrict search results.
Implements
ISearchParameters.ContextualScopeUrl
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace