AFDataPipeUpdateToken.AffectedAttributeSignups Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The AFAttributes subscribed to the AFDataPipe that might be impacted when changes are applied.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public IEnumerable<AFAttribute> AffectedAttributeSignups { get; }
Public ReadOnly Property AffectedAttributeSignups As IEnumerable(Of AFAttribute) Get Dim instance As AFDataPipeUpdateToken Dim value As IEnumerable(Of AFAttribute) value = instance.AffectedAttributeSignups
public: property IEnumerable<AFAttribute^>^ AffectedAttributeSignups { IEnumerable<AFAttribute^>^ get (); }
member AffectedAttributeSignups : IEnumerable<AFAttribute> with get