Record Class

Definition

The class representing a record.

C#
public class Record : System.Collections.Generic.Dictionary<string,object>
Inheritance
Derived

Constructors

Methods

Get<T>(String)

Gets the value from the dictionary.

Set<T>(String, T)

Sets value in the dictionary.

TryGetValue<T>(String, T)

Tries to get the value from the dictionary.

Applies to

Product Versions
Microsoft Teams Framework .NET SDK Latest