StringResource Class
Definition
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.
public class StringResource : Microsoft.Teams.Cards.SerializableObject
type StringResource = class
inherit SerializableObject
Public Class StringResource
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| StringResource() | |
Properties
| Name | Description |
|---|---|
| DefaultValue | |
| Key | |
| LocalizedValues | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithDefaultValue(String) | |
| WithKey(String) | |
| WithLocalizedValues(IDictionary<String,String>) | |