๐ Home > ๐ Data Types > ๐งฉ CTaskAttr
CTaskAttr
Namespace: TaskHelper
Assembly: TaskHelper
Properties
| Name | Type | Can Read | Can Write | Description |
|---|---|---|---|---|
| Key | String |
โ | โ | |
| Value | String |
โ | โ |
Usage Examples
C# Example
var obj = new CTaskAttr
{
Key = "sample string",
Value = "sample string",
};
JSON Representation
{
"Key": "string",
"Value": "string"
}
Navigation
โฌ ๏ธ Back to Data Types | ๐ API Overview | ๐ป Code Examples