AFVariableMap.ToString Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the serialized form of the variable mapping.
Namespace: OSIsoft.AF.Analysis
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 AFVariableMap Dim returnValue As String returnValue = instance.ToString()
public: virtual String^ ToString() override
abstract ToString : unit -> string override ToString : unit -> string
Return Value
Type: StringThe serialized form of the variable map.