AFCollectiveStatusDetail.ErrorCode Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
An error code from SQL Server about the status information.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string ErrorCode { get; }
Public ReadOnly Property ErrorCode As String Get Dim instance As AFCollectiveStatusDetail Dim value As String value = instance.ErrorCode
public: property String^ ErrorCode { String^ get (); }
member ErrorCode : string with get
Property Value
Type: StringReturns the error code from SQL Server about the status information. If there is no error, then it will be an empty string.