AFNotificationRuleSubscriber.SubscriberDefinedOnTemplate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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 .