AFNotificationContent.AttributeTemplate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFAttributeTemplate for this content.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAttributeTemplate AttributeTemplate { get; }
Public ReadOnly Property AttributeTemplate As AFAttributeTemplate Get Dim instance As AFNotificationContent Dim value As AFAttributeTemplate value = instance.AttributeTemplate
public: property AFAttributeTemplate^ AttributeTemplate { AFAttributeTemplate^ get (); }
member AttributeTemplate : AFAttributeTemplate with get
Property Value
Type: AFAttributeTemplateReturns the AFAttributeTemplate for this content.
Remarks
This property will return a value if the content is owned by an
AFNotification that was created from an AFAttribute,
and the AFAttribute has a Template
defined. If the content is owned by an AFNotificationTemplate,
then this property will return a value if it was created from an
AFAttributeTemplate.