Search.Tag Property

Definition

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.

Applies to