AFSearch.SearchName Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The name of the search object.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string SearchName { get; set; }
Public Property SearchName As String Get Set Dim instance As AFSearch Dim value As String value = instance.SearchName instance.SearchName = value
public: property String^ SearchName { String^ get (); void set (String^ value); }
member SearchName : string with get, set
Property Value
Type: StringReturns the name of the search object. This is only informational and does not affect the searches.