Method AddMeta
AddMeta(GraphDescriptor, string, string)
Add a new Meta Key value pair to the Graph
Declaration
public static MetaDescriptor AddMeta(GraphDescriptor desc, string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor |
| string | key | The data key |
| string | value | The data value |
Returns
| Type | Description |
|---|---|
| MetaDescriptor | Returns a new MetaDescriptor |