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

AF SDK Reference

AFAttribute.Element Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAttribute.Element Property
This read-only property returns the AFBaseElement that owns this AFAttribute.

Namespace:  OSIsoft.AF.Asset
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public AFBaseElement Element { get; }
Public ReadOnly Property Element As AFBaseElement
	Get

Dim instance As AFAttribute
Dim value As AFBaseElement

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

Property Value

Type: AFBaseElement
Returns the Object that owns this AFAttribute.

Remarks

Any of the following types derived from AFBaseElement may be returned: AFElement, AFTransfer, AFModel or AFNotification.

If this attribute is a child of another attribute, use the Parent property to access the parent attribute.

Version Information

AFSDK


See Also

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