| LkItemsLstDicts Property |
Linkar Framework for .NET and Core
Array with the dictionary names for record fields.
The same array for each LkItem that is stored in the list.
Namespace: Linkar.LkDataAssembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax public string[] LstDicts { get; }
Public ReadOnly Property LstDicts As String()
Get
public:
property array<String^>^ LstDicts {
array<String^>^ get ();
}
member LstDicts : string[] with get
Property Value
StringSee Also