Skip to content

Tags

Gets or sets the attached tags as a string array.

Type

1
Array<string>

Declaration

1
 Array<string> myInstance.Tags

Remarks

Example

1
$Instance.Tags = ["Hi", "There"];