Skip to content

Tags¶

Gets or sets the attached tags as string array.

1
 Array<string> myInstance.Tags

Remarks¶

Example¶

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