AFCollectiveStatusDetail.ErrorMessage Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The error message from SQL Server for the ErrorCode.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.