AFDataPipeUpdateToken.IsEmpty Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
True if no changes affect any of the current AFDataPipe signups.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean Get Dim instance As AFDataPipeUpdateToken Dim value As Boolean value = instance.IsEmpty
public: property bool IsEmpty { bool get (); }
member IsEmpty : bool with get