AFAdjustment.Name Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The read-only property returns the name of the elements and attributes
of this adjustment.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string Name { get; }
Public ReadOnly Property Name As String Get Dim instance As AFAdjustment Dim value As String value = instance.Name
public: virtual property String^ Name { String^ get () sealed; }
abstract Name : string with get override Name : string with get
Property Value
Type: StringReturns the name of the elements and attributes which this adjustment represents.
Remarks
The element and attribute names will be separated by a vertical bar ('|'),
elements will be separated by a backslash ('\'), and attributes will also
be separated by a backslash ('\').
For example: Element1\Element2|Attribute1\Attribute2.