Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFSearch.SearchName Property

  • Last UpdatedJan 12, 2026
  • 1 minute read
AFSearch.SearchName Property
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: String
Returns the name of the search object. This is only informational and does not affect the searches.

Version Information

AFSDK


See Also

In This Topic
Related Links