AFNotificationContactTemplate.IsInternal Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates that the AFNotificationContactTemplate
is an internal template.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsInternal { get; set; }
Public Property IsInternal As Boolean Get Set Dim instance As AFNotificationContactTemplate Dim value As Boolean value = instance.IsInternal instance.IsInternal = value
public: property bool IsInternal { bool get (); void set (bool value); }
member IsInternal : bool with get, set
Property Value
Type: BooleanIndicates that the AFNotificationContactTemplate is an internal template.
Remarks
If this property is , then it is not intended to be used or seen
by applications.