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

AF SDK Reference

AFResult.Attribute Property

  • Last UpdatedJan 12, 2026
  • 1 minute read
AFResult.Attribute Property
This read-only property returns the attribute of an element, the value of which is represented by this result.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public AFAttribute Attribute { get; }
Public ReadOnly Property Attribute As AFAttribute
	Get

Dim instance As AFResult
Dim value As AFAttribute

value = instance.Attribute
public:
property AFAttribute^ Attribute {
	AFAttribute^ get ();
}
member Attribute : AFAttribute with get

Property Value

Type: AFAttribute
Returns the attribute of an element, the value of which is represented by this result.

Version Information

AFSDK


See Also

In This Topic
Related Links