AFCollectiveStatusDetail.ErrorCode Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
An error code from SQL Server about the status information.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.