AFDataPipeUpdateToken.AffectedAttributeSignups Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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