SearchScope Property
- Last UpdatedAug 21, 2026
- 1 minute read
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.
'Declaration
Public Property SearchScope As SearchScope
public SearchScope SearchScope {get; set;}
public:
property SearchScope SearchScope {
SearchScope get();
void set ( SearchScope value);
}