AFNotificationRule.ContentExample Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFObject ContentExample { get; set; }
Public Property ContentExample As AFObject Get Set Dim instance As AFNotificationRule Dim value As AFObject value = instance.ContentExample instance.ContentExample = value
public: property AFObject^ ContentExample { AFObject^ get (); void set (AFObject^ value); }
member ContentExample : AFObject with get, set
Property Value
Type: AFObjectReturns the AFElement, AFEventFrame, or AFElementTemplate used as a content example.
Remarks
If this AFNotificationRule was created from an AFNotificationRuleTemplate, this property cannot be set.