AFDataReference.IsInitializing Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Indicates that the AFDataReference is in the process
of being initialized.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public bool IsInitializing { get; }
Public ReadOnly Property IsInitializing As Boolean Get Dim instance As AFDataReference Dim value As Boolean value = instance.IsInitializing
public: property bool IsInitializing { bool get (); }
member IsInitializing : bool with get
Property Value
Type: BooleanIf , the AFDataReference is in the process of being initialized during loading.