| LkDataItem Property |
Indexer that allows recovering a selection from the original string, based on its key. The keys are given as constants
Namespace:
LinkarCommon
Assemblies:
LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public string this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As String
Get
public:
property String^ default[String^ key] {
String^ get (String^ key);
}
member Item : string with get
Parameters
- key
- Type: SystemString
Property Value
Type:
StringSee Also