PISystem.AnalysisService Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property returns the AFAnalysisService object associated with this PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAnalysisService AnalysisService { get; }
Public ReadOnly Property AnalysisService As AFAnalysisService Get Dim instance As PISystem Dim value As AFAnalysisService value = instance.AnalysisService
public: property AFAnalysisService^ AnalysisService { AFAnalysisService^ get (); }
member AnalysisService : AFAnalysisService with get
Property Value
Type: AFAnalysisServiceReturns the AFAnalysisService object associated with this PISystem. This property returns if an analysis service has not been registered with this PISystem.