Record Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The class representing a record.
C#
public class Record : System.Collections.Generic.Dictionary<string,object>
type Record = class
inherit Dictionary<string, obj>
Public Class Record
Inherits Dictionary(Of String, Object)
- Inheritance
-
Record
- Derived
Get<T>(String) |
Gets the value from the dictionary. |
Set<T>(String, T) |
Sets value in the dictionary. |
Try |
Tries to get the value from the dictionary. |
Product | Versions |
---|---|
Microsoft Teams Framework .NET SDK | Latest |