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

AF SDK Reference

AFAttributeTemplates.Parent Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAttributeTemplates.Parent Property
This read-only property returns the AFAttributeTemplate that owns this collection of attribute templates.

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

Syntax

public AFAttributeTemplate Parent { get; }
Public ReadOnly Property Parent As AFAttributeTemplate
	Get

Dim instance As AFAttributeTemplates
Dim value As AFAttributeTemplate

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

Property Value

Type: AFAttributeTemplate
Returns the AFAttributeTemplate that is the parent of this collection of attributes templates. If the collection is not contained within another attribute template, for example if it is in the top level collection from the AFElementTemplate object, then this property will return .

Remarks

Use the ElementTemplate property to get direct access to the owning element template of this attribute template collection, regardless of how deep the attribute template collection may be within the attribute template hierarchy.

Version Information

AFSDK


See Also

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