AFCase.IsPublished Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property indicates whether the results for the case, which was run,
have been published to the locations specified by the attribute's data
reference.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsPublished { get; }
Public ReadOnly Property IsPublished As Boolean Get Dim instance As AFCase Dim value As Boolean value = instance.IsPublished
public: property bool IsPublished { bool get (); }
member IsPublished : bool with get
Property Value
Type: BooleanIndicates whether the results for the case, which was run, have been published to the locations specified by the attribute's data reference.