| LkItemsItem(String) Property |
Linkar Framework for .NET and Core
Indexer to get a LkItem using its RecordId.
Namespace: Linkar.LkDataAssembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax public LkItem this[
string id
] { get; }
Public ReadOnly Default Property Item (
id As String
) As LkItem
Get
public:
property LkItem^ default[String^ id] {
LkItem^ get (String^ id);
}
member Item : LkItem with get
Parameters
- id String
- The record Id of the LkItem.
Return Value
LkItemThe LkItem extracted.
See Also