Tagging.Set
Module | Tagging |
---|---|
Method | Set |
Library | Core |
Action | Set (or change if already set) the named tag of the specified type to the specified value. |
Parameters |
|
Return values | |
Example | // Set the "WithScanner" freeform tag to "WorkForce DS1630" Tagging.Set(Name: "WithScanner", Value: "WorkForce DS1630", Scopable: false); |
Platforms |
|
Notes | Set() does not allow a NAME=value pair to be set that increases the total size of the scopable tag list above 511 characters, and will return a runtime error. |