Table of Contents

Property this

Namespace
LMKit.Model
Assembly
LM-Kit.NET.dll

this[string]

Gets or sets the metadata value for the specified key.

public string this[string key] { get; set; }

Parameters

key string

The key of the metadata entry.

Property Value

string

The metadata value.

Exceptions

KeyNotFoundException

Thrown if the key does not exist in the collection on get.