| LkItemLstDictsCalculated Property |
Linkar Framework for .NET and Core
Array with the dictionary names for calculated fields of the record.
Namespace: Linkar.LkDataAssembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax public string[] LstDictsCalculated { get; }
Public ReadOnly Property LstDictsCalculated As String()
Get
public:
property array<String^>^ LstDictsCalculated {
array<String^>^ get ();
}
member LstDictsCalculated : string[] with get
Property Value
StringSee Also