AFAnalysis.PublishResults Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates if the case results should automatically be published after
an analysis is run.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool PublishResults { get; set; }
Public Property PublishResults As Boolean Get Set Dim instance As AFAnalysis Dim value As Boolean value = instance.PublishResults instance.PublishResults = value
public: property bool PublishResults { bool get (); void set (bool value); }
member PublishResults : bool with get, set
Property Value
Type: BooleanIf , then the case results will automatically be published after running an analysis. If , then the case results must be published manually by calling the case's Publish method.