AFDataPipeUpdateToken.IsEmpty Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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