AFDataReference.GetToolTip Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns a tool tip suitable for displaying the current configuration.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.