AFServer.NotificationContactTemplates Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
public AFNotificationContactTemplates NotificationContactTemplates { get; }
Public ReadOnly Property NotificationContactTemplates As AFNotificationContactTemplates Get Dim instance As AFServer Dim value As AFNotificationContactTemplates value = instance.NotificationContactTemplates
public: property AFNotificationContactTemplates^ NotificationContactTemplates { AFNotificationContactTemplates^ get (); }
member NotificationContactTemplates : AFNotificationContactTemplates with get