AFNotificationRuleSubscriber.SubscriberDefinedOnTemplate Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the AFNotificationRuleSubscriber
that was used to create this AFNotificationRuleSubscriber from the
Subscribers collection.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFNotificationRuleSubscriber SubscriberDefinedOnTemplate { get; }
Public ReadOnly Property SubscriberDefinedOnTemplate As AFNotificationRuleSubscriber Get Dim instance As AFNotificationRuleSubscriber Dim value As AFNotificationRuleSubscriber value = instance.SubscriberDefinedOnTemplate
public: property AFNotificationRuleSubscriber^ SubscriberDefinedOnTemplate { AFNotificationRuleSubscriber^ get (); }
member SubscriberDefinedOnTemplate : AFNotificationRuleSubscriber with get
Property Value
Type: AFNotificationRuleSubscriberReturns the AFNotificationRuleSubscriber that was used to create this AFNotificationRuleSubscriber from the Subscribers. If the AFNotificationRuleSubscriber was not created from the Subscribers collection, then is returned.
Remarks
If the AFNotificationRuleSubscriber cannot load the associated AFNotificationRuleSubscriber
or it was not created from an AFNotificationRuleSubscriber in the Subscribers
collection, then this property will return .