AFAttributeVariable.MappedName Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns the full path for the mapped attribute.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string MappedName { get; }
Public ReadOnly Property MappedName As String Get Dim instance As AFAttributeVariable Dim value As String value = instance.MappedName
public: property String^ MappedName { String^ get (); }
member MappedName : string with get