AFSearch.SearchName Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The name of the search object.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.