Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFDataPipe.IsSuspendedSignupEnabled Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDataPipe.IsSuspendedSignupEnabled Property
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.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in