AFDataPipe.IsSuspendedSignupEnabled Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
If IsSuspendedSignupEnabled is set, the data pipe will suspend signups that are currently invalid but might become valid with changes outside of AF.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsSuspendedSignupEnabled { get; set; }
Public Property IsSuspendedSignupEnabled As Boolean Get Set Dim instance As AFDataPipe Dim value As Boolean value = instance.IsSuspendedSignupEnabled instance.IsSuspendedSignupEnabled = value
public: property bool IsSuspendedSignupEnabled { bool get (); void set (bool value); }
member IsSuspendedSignupEnabled : bool with get, set
Property Value
Type: Boolean
Remarks
IsSuspendedSignupEnabled can only be specified/changed before any AFAttributes are signed up in the datapipe.
Attempts to set the IsSuspendedSignupEnabled after AddSignups/AddSignupsWithInitEvents calls will cause an InvalidOperationException.