Instance.Tags

Overview

Gets or sets the attached tags as string array.

Array<string> myInstance.Tags { get; set; }

Example

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

Copyright © 2010 - 2023 Emakin. All rights reserved.