AFNotificationRuleTemplate.ContentExample Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFObject ContentExample { get; set; }
Public Property ContentExample As AFObject Get Set Dim instance As AFNotificationRuleTemplate 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.