Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAdjustment.Name Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAdjustment.Name Property
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: String
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in