AFNotificationContactTemplate.ExpirationPeriod Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Note: This API is now obsolete.
This property is for an IndividualAFNotificationContact to specify the expiration period for
the notification.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
[BrowsableAttribute(false)] [ObsoleteAttribute("This property has never been used and is always ignored.")] public TimeSpan ExpirationPeriod { get; set; }
<BrowsableAttribute(false)> <ObsoleteAttribute("This property has never been used and is always ignored.")> Public Property ExpirationPeriod As TimeSpan Get Set Dim instance As AFNotificationContactTemplate Dim value As TimeSpan value = instance.ExpirationPeriod instance.ExpirationPeriod = value
public: [BrowsableAttribute(false)] [ObsoleteAttribute(L"This property has never been used and is always ignored.")] virtual property TimeSpan ExpirationPeriod { TimeSpan get () sealed; void set (TimeSpan value) sealed; }
[<BrowsableAttribute(false)>] [<ObsoleteAttribute("This property has never been used and is always ignored.")>] abstract ExpirationPeriod : TimeSpan with get, set [<BrowsableAttribute(false)>] [<ObsoleteAttribute("This property has never been used and is always ignored.")>] override ExpirationPeriod : TimeSpan with get, set
Property Value
Type: TimeSpanAlways returns Zero.
Implements
IAFNotificationContactExpirationPeriod
Version Information
AFSDK
Supported in: 2.8, 2.7.5, 2.7, 2.6, 2.5, 2.4Obsolete (compiler warning) in 3.1.1
Obsolete (compiler warning) in 3.1.0
Obsolete (compiler warning) in 3.0.2
Obsolete (compiler warning) in 3.0.1
Obsolete (compiler warning) in 3.0.0
Obsolete (compiler warning) in 2.10.11
Obsolete (compiler warning) in 2.10.5
Obsolete (compiler warning) in 2.10.0
Obsolete (compiler warning) in 2.10
Obsolete (compiler warning) in 2.9.5
Obsolete (compiler warning) in 2.9
Obsolete (compiler warning) in 2.8.5