AFDataReference.GetToolTip Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns a tool tip suitable for displaying the current configuration.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public virtual string GetToolTip()
Public Overridable Function GetToolTip As String Dim instance As AFDataReference Dim returnValue As String returnValue = instance.GetToolTip()
public: virtual String^ GetToolTip()
abstract GetToolTip : unit -> string override GetToolTip : unit -> string
Return Value
Type: StringReturns a tool tip suitable for displaying the current configuration. Unlike the ConfigString property, the tool tip is not required to be suitable for setting the configuration string.