AFDataPipeEvent.ToString Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns a String that represents the current object.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public override string ToString()
Public Overrides Function ToString As String Dim instance As AFDataPipeEvent Dim returnValue As String returnValue = instance.ToString()
public: virtual String^ ToString() override
abstract ToString : unit -> string override ToString : unit -> string
Return Value
Type: StringReturns a String that represents the current object.
Remarks
This is an override of the Object.ToString method
which returns a human-readable string for the object. If the object has a Name
property, then the value of that property is normally returned.
For collections, the AFIdentity is normally returned.