| LkDataErrors Property |
Linkar Framework for .NET and Core
List of the error of the operation execution.
Namespace: Linkar.LkDataAssembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax public string[] Errors { get; }
Public ReadOnly Property Errors As String()
Get
public:
property array<String^>^ Errors {
array<String^>^ get ();
}
member Errors : string[] with get
Property Value
StringSee Also