AFCollectiveStatusDetail.ErrorMessage Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The error message from SQL Server for the ErrorCode.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string ErrorMessage { get; }
Public ReadOnly Property ErrorMessage As String Get Dim instance As AFCollectiveStatusDetail Dim value As String value = instance.ErrorMessage
public: property String^ ErrorMessage { String^ get (); }
member ErrorMessage : string with get
Property Value
Type: StringReturns the error message from SQL Server for the ErrorCode. If there is no error, then it will be an empty string.