ConnectedIdentity.Expiration Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the expiration time of the current access token as a DateTime.
Namespace: OSIsoft.AF.Support
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public DateTime Expiration { get; }
Public ReadOnly Property Expiration As DateTime Get Dim instance As ConnectedIdentity Dim value As DateTime value = instance.Expiration
public: property DateTime Expiration { DateTime get (); }
member Expiration : DateTime with get