SearchScope Property
Gets or sets the search scope. If screen name is not provided, this parameter determines how the screens are searched when trying to find a matching pane.
Default is Self.This is optional.
Syntax
'Declaration Public Property SearchScope As SearchScope
'Usage Dim instance As ContentInfo Dim value As SearchScope instance.SearchScope = value value = instance.SearchScope
public SearchScope SearchScope {get; set;}
public: property SearchScope SearchScope { SearchScope get(); void set ( SearchScope value); }
Property Value
The search scope.Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also