AFDataPipe.GetSignups Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get the list of the AFAttribute objects being monitored by the pipe.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<AFAttribute> GetSignups()
Public Function GetSignups As IList(Of AFAttribute) Dim instance As AFDataPipe Dim returnValue As IList(Of AFAttribute) returnValue = instance.GetSignups()
public: IList<AFAttribute^>^ GetSignups()
member GetSignups : unit -> IList<AFAttribute>
Return Value
Type: IListAFAttributeReturns the list of AFAttribute objects being monitored by the pipe.