Search.Tag 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#) specifying the name of the current search. The Tag property is used to identify a specific search. Read-only.
public:
property System::String ^ Tag { System::String ^ get(); };
public string Tag { get; }
Public ReadOnly Property Tag As String
Property Value
Remarks
The Tag property is set by using the AdvancedSearch(String, Object, Object, Object) method when the Search object is created.