Taggable.SetTag Method
Namespace: DensoCreate.Cli.Framework
Description
Sets the tag value for the specified key.
If the value is null (or unspecified), true is set.
Argument
Name | Type | Description |
---|---|---|
key | string | Key |
value | object | Value (Optional) |
Return Value
- void
Exception
Name | Exception Class | Description |
---|---|---|
Invalid Argument | CliInternalException | If key is null |