Search.Scope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String (string in C#) that specifies the scope of the specified search. Read-only.
public:
property System::String ^ Scope { System::String ^ get(); };
public string Scope { get; }
Public ReadOnly Property Scope As String
Property Value
Remarks
The scope of the search is defined when the search is initiated. For more information, see the AdvancedSearch(String, Object, Object, Object) method.