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