AFCase.IsPublished Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.