Share via


WriteInformationCommand.Tags Property

Definition

Any tags to be associated with this information.

public:
 property cli::array <System::String ^> ^ Tags { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ Tags { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Tags { get; set; }
[System.Management.Automation.Parameter(Position=1)]
public string[] Tags { get; set; }
member this.Tags : string[] with get, set
[<System.Management.Automation.Parameter(Position=1)>]
member this.Tags : string[] with get, set
Public Property Tags As String()

Property Value

String[]
Attributes

Applies to